#6BDED5

Color #6BDED5 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #6BDED5

Tints of Turquoise Blue #6BDED5

Color information

#6BDED5 (or 0x6BDED5) is unknown color: approx Turquoise Blue. HEX triplet: 6B, DE and D5. RGB value is (107,222,213). Sum of RGB (Red+Green+Blue) = 107+222+213=542 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.74% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDED5 is #94212A. Grayscale: #BABABA. Windows color (decimal): -9707819 or 14016107. OLE color: 14016107.

HSL color Cylindrical-coordinate representation of color #6BDED5: hue angle of 175.3º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDED5 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB107222213-
CMYK0.5200.040.13
HSL175.3º63.54%64.51%-
HSV(B)175.3º51.8%87.06%-
XYZ44.1960.1772.24-
YUV186.59142.971.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 19.74%
GREEN value IS 222 (87.11% from 255) = 40.96%
BLUE value IS 213 (83.59% from 255) = 39.30%
R=19.74%
G=40.96%
B=39.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072222130.5200.040.13175.363.5464.51
Hex6BDED53404Daf4041
Octal153336325640415257100101
Binary11010111101111011010101110100010011011010111110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BDED5; }

 p { color: rgb(107,222,213); }

 H1.HeaderClassName
 {
   color: #6BDED5;
 }
 .AnyTagClassName
 {
   color: #6BDED5;
 }
</style>
background-color css

<style>
 a { background-color: #6BDED5; }

 a { background-color: rgb(107,222,213); }

 div.DivClassName
 {
   background-color: #6BDED5;
 }
 .BgClassName
 {
   background-color: #6BDED5;
 }
</style>
border-color css

<style>
 span { border-color: #6BDED5; }

 span { border-color: rgb(107,222,213); }

 td.TdClassName
 {
   border-color: #6BDED5;
 }
 .TagClassName
 {
   border-color: #6BDED5;
 }
</style>