#6CE2D8

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

Shades of Turquoise Blue #6CE2D8

Tints of Turquoise Blue #6CE2D8

Color information

#6CE2D8 (or 0x6CE2D8) is unknown color: approx Turquoise Blue. HEX triplet: 6C, E2 and D8. RGB value is (108,226,216). Sum of RGB (Red+Green+Blue) = 108+226+216=550 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.64% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #6CE2D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE2D8 is #931D27. Grayscale: #BDBDBD. Windows color (decimal): -9641256 or 14213740. OLE color: 14213740.

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

Color convert

RGB108226216-
CMYK0.5200.040.11
HSL174.92º67.05%65.49%-
HSV(B)174.92º52.21%88.63%-
XYZ45.7862.5474.62-
YUV189.58142.9169.81-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.64%
GREEN value IS 226 (88.67% from 255) = 41.09%
BLUE value IS 216 (84.77% from 255) = 39.27%
R=19.64%
G=41.09%
B=39.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1082262160.5200.040.11174.9267.0565.49
Hex6CE2D83404Baf4341
Octal154342330640413257103101
Binary11011001110001011011000110100010010111010111110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,226,216); }

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

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

 a { background-color: rgb(108,226,216); }

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

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

 span { border-color: rgb(108,226,216); }

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