#6CEEEA

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

Shades of Turquoise Blue #6CEEEA

Tints of Turquoise Blue #6CEEEA

Color information

#6CEEEA (or 0x6CEEEA) is unknown color: approx Turquoise Blue. HEX triplet: 6C, EE and EA. RGB value is (108,238,234). Sum of RGB (Red+Green+Blue) = 108+238+234=580 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.62% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #6CEEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEEEA is #931115. Grayscale: #C6C6C6. Windows color (decimal): -9638166 or 15396460. OLE color: 15396460.

HSL color Cylindrical-coordinate representation of color #6CEEEA: hue angle of 178.15º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CEEEA is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB108238234-
CMYK0.5500.020.07
HSL178.15º79.27%67.84%-
HSV(B)178.15º54.62%93.33%-
XYZ51.6170.2888.69-
YUV198.67147.9363.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.62%
GREEN value IS 238 (93.36% from 255) = 41.03%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=18.62%
G=41.03%
B=40.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1082382340.5500.020.07178.1579.2767.84
Hex6CEEEA37027b24f44
Octal15435635267027262117104
Binary110110011101110111010101101110101111011001010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CEEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,238,234); }

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

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

 a { background-color: rgb(108,238,234); }

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

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

 span { border-color: rgb(108,238,234); }

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