#66D3EB

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

Shades of Turquoise Blue #66D3EB

Tints of Turquoise Blue #66D3EB

Color information

#66D3EB (or 0x66D3EB) is unknown color: approx Turquoise Blue. HEX triplet: 66, D3 and EB. RGB value is (102,211,235). Sum of RGB (Red+Green+Blue) = 102+211+235=548 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.61% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #66D3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D3EB is #992C14. Grayscale: #B4B4B4. Windows color (decimal): -10038293 or 15455078. OLE color: 15455078.

HSL color Cylindrical-coordinate representation of color #66D3EB: hue angle of 190.83º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66D3EB is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB102211235-
CMYK0.570.1000.08
HSL190.83º76.88%66.08%-
HSV(B)190.83º56.6%92.16%-
XYZ43.7755.4186.99-
YUV181.14158.3971.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.61%
GREEN value IS 211 (82.81% from 255) = 38.50%
BLUE value IS 235 (92.19% from 255) = 42.88%
R=18.61%
G=38.50%
B=42.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1022112350.570.1000.08190.8376.8866.08
Hex66D3EB39A08bf4d42
Octal1463233537112010277115102
Binary110011011010011111010111110011010010001011111110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,211,235); }

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

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

 a { background-color: rgb(102,211,235); }

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

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

 span { border-color: rgb(102,211,235); }

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