#66E2EE

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

Shades of Turquoise Blue #66E2EE

Tints of Turquoise Blue #66E2EE

Color information

#66E2EE (or 0x66E2EE) is unknown color: approx Turquoise Blue. HEX triplet: 66, E2 and EE. RGB value is (102,226,238). Sum of RGB (Red+Green+Blue) = 102+226+238=566 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.02% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #66E2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66E2EE is #991D11. Grayscale: #BEBEBE. Windows color (decimal): -10034450 or 15655526. OLE color: 15655526.

HSL color Cylindrical-coordinate representation of color #66E2EE: hue angle of 185.29º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66E2EE is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB102226238-
CMYK0.570.0500.07
HSL185.29º80%66.67%-
HSV(B)185.29º57.14%93.33%-
XYZ48.1163.3990.59-
YUV190.29154.9265.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.02%
GREEN value IS 226 (88.67% from 255) = 39.93%
BLUE value IS 238 (93.36% from 255) = 42.05%
R=18.02%
G=39.93%
B=42.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022262380.570.0500.07185.298066.67
Hex66E2EE39507b95043
Octal14634235671507271120103
Binary1100110111000101110111011100110101111011100110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66E2EE; }

 p { color: rgb(102,226,238); }

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

<style>
 a { background-color: #66E2EE; }

 a { background-color: rgb(102,226,238); }

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

<style>
 span { border-color: #66E2EE; }

 span { border-color: rgb(102,226,238); }

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