#66D7FE

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

Shades of Turquoise Blue #66D7FE

Tints of Turquoise Blue #66D7FE

Color information

#66D7FE (or 0x66D7FE) is unknown color: approx Turquoise Blue. HEX triplet: 66, D7 and FE. RGB value is (102,215,254). Sum of RGB (Red+Green+Blue) = 102+215+254=571 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.86% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #66D7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D7FE is #992801. Grayscale: #B9B9B9. Windows color (decimal): -10037250 or 16701286. OLE color: 16701286.

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

Color convert

RGB102215254-
CMYK0.600.1500.00
HSL195.39º98.7%69.8%-
HSV(B)195.39º59.84%99.61%-
XYZ47.6758.58102.56-
YUV185.66166.5668.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.86%
GREEN value IS 215 (84.38% from 255) = 37.65%
BLUE value IS 254 (99.61% from 255) = 44.48%
R=17.86%
G=37.65%
B=44.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1022152540.600.1500.00195.3998.769.8
Hex66D7FE3CF00c36346
Octal146327376741700303143106
Binary110011011010111111111101111001111001100001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,215,254); }

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

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

 a { background-color: rgb(102,215,254); }

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

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

 span { border-color: rgb(102,215,254); }

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