#66E7FF

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

Shades of Turquoise Blue #66E7FF

Tints of Turquoise Blue #66E7FF

Color information

#66E7FF (or 0x66E7FF) is unknown color: approx Turquoise Blue. HEX triplet: 66, E7 and FF. RGB value is (102,231,255). Sum of RGB (Red+Green+Blue) = 102+231+255=588 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.35% from 588); Green value is 231 (90.62% from 255 or 39.29% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #66E7FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66E7FF is #991800. Grayscale: #C2C2C2. Windows color (decimal): -10033153 or 16770918. OLE color: 16770918.

HSL color Cylindrical-coordinate representation of color #66E7FF: hue angle of 189.41º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66E7FF is Cyan = 0.6, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102231255-
CMYK0.60.0900
HSL189.41º100%70%-
HSV(B)189.41º60%100%-
XYZ52.1167.2104.83-
YUV195.16161.7661.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.35%
GREEN value IS 231 (90.62% from 255) = 39.29%
BLUE value IS 255 (100% from 255) = 43.37%
R=17.35%
G=39.29%
B=43.37%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022312550.60.0900189.4110070
Hex66E7FF3C900bd6446
Octal146347377741100275144106
Binary110011011100111111111111111001001001011110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,231,255); }

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

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

 a { background-color: rgb(102,231,255); }

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

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

 span { border-color: rgb(102,231,255); }

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