#6BDCD6

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

Shades of Turquoise Blue #6BDCD6

Tints of Turquoise Blue #6BDCD6

Color information

#6BDCD6 (or 0x6BDCD6) is unknown color: approx Turquoise Blue. HEX triplet: 6B, DC and D6. RGB value is (107,220,214). Sum of RGB (Red+Green+Blue) = 107+220+214=541 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.78% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDCD6 is #942329. Grayscale: #B9B9B9. Windows color (decimal): -9708330 or 14081131. OLE color: 14081131.

HSL color Cylindrical-coordinate representation of color #6BDCD6: hue angle of 176.81º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDCD6 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB107220214-
CMYK0.5100.030.14
HSL176.81º61.75%64.12%-
HSV(B)176.81º51.36%86.27%-
XYZ43.7959.1772.73-
YUV185.53144.0671.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.78%
GREEN value IS 220 (86.33% from 255) = 40.67%
BLUE value IS 214 (83.98% from 255) = 39.56%
R=19.78%
G=40.67%
B=39.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1072202140.5100.030.14176.8161.7564.12
Hex6BDCD63303Eb13e40
Octal15333432663031626176100
Binary110101111011100110101101100110111110101100011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,220,214); }

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

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

 a { background-color: rgb(107,220,214); }

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

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

 span { border-color: rgb(107,220,214); }

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