#6BDDD6

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

Shades of Turquoise Blue #6BDDD6

Tints of Turquoise Blue #6BDDD6

Color information

#6BDDD6 (or 0x6BDDD6) is unknown color: approx Turquoise Blue. HEX triplet: 6B, DD and D6. RGB value is (107,221,214). Sum of RGB (Red+Green+Blue) = 107+221+214=542 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.74% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDD6 is #942229. Grayscale: #BABABA. Windows color (decimal): -9708074 or 14081387. OLE color: 14081387.

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

Color convert

RGB107221214-
CMYK0.5200.030.13
HSL176.32º62.64%64.31%-
HSV(B)176.32º51.58%86.67%-
XYZ44.0659.6972.82-
YUV186.12143.7371.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.74%
GREEN value IS 221 (86.72% from 255) = 40.77%
BLUE value IS 214 (83.98% from 255) = 39.48%
R=19.74%
G=40.77%
B=39.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072212140.5200.030.13176.3262.6464.31
Hex6BDDD63403Db03f40
Octal15333532664031526077100
Binary110101111011101110101101101000111101101100001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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