#66EFEE

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

Shades of Turquoise Blue #66EFEE

Tints of Turquoise Blue #66EFEE

Color information

#66EFEE (or 0x66EFEE) is unknown color: approx Turquoise Blue. HEX triplet: 66, EF and EE. RGB value is (102,239,238). Sum of RGB (Red+Green+Blue) = 102+239+238=579 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.62% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EFEE is #991011. Grayscale: #C5C5C5. Windows color (decimal): -10031122 or 15658854. OLE color: 15658854.

HSL color Cylindrical-coordinate representation of color #66EFEE: hue angle of 179.56º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EFEE is Cyan = 0.57, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB102239238-
CMYK0.5700.000.06
HSL179.56º81.07%66.86%-
HSV(B)179.56º57.32%93.73%-
XYZ51.7870.7391.81-
YUV197.92150.6159.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.62%
GREEN value IS 239 (93.75% from 255) = 41.28%
BLUE value IS 238 (93.36% from 255) = 41.11%
R=17.62%
G=41.28%
B=41.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1022392380.5700.000.06179.5681.0766.86
Hex66EFEE39006b45143
Octal14635735671006264121103
Binary11001101110111111101110111001001101011010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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