#66E7FC

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

Shades of Turquoise Blue #66E7FC

Tints of Turquoise Blue #66E7FC

Color information

#66E7FC (or 0x66E7FC) is unknown color: approx Turquoise Blue. HEX triplet: 66, E7 and FC. RGB value is (102,231,252). Sum of RGB (Red+Green+Blue) = 102+231+252=585 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.44% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #66E7FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66E7FC is #991803. Grayscale: #C2C2C2. Windows color (decimal): -10033156 or 16574310. OLE color: 16574310.

HSL color Cylindrical-coordinate representation of color #66E7FC: hue angle of 188.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66E7FC is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB102231252-
CMYK0.600.0800.01
HSL188.4º96.15%69.41%-
HSV(B)188.4º59.52%98.82%-
XYZ51.6367102.31-
YUV194.82160.2661.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.44%
GREEN value IS 231 (90.62% from 255) = 39.49%
BLUE value IS 252 (98.83% from 255) = 43.08%
R=17.44%
G=39.49%
B=43.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1022312520.600.0800.01188.496.1569.41
Hex66E7FC3C801bc6045
Octal146347374741001274140105
Binary110011011100111111111001111001000011011110011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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