#66CEE1

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

Shades of Turquoise Blue #66CEE1

Tints of Turquoise Blue #66CEE1

Color information

#66CEE1 (or 0x66CEE1) is unknown color: approx Turquoise Blue. HEX triplet: 66, CE and E1. RGB value is (102,206,225). Sum of RGB (Red+Green+Blue) = 102+206+225=533 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.14% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #66CEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CEE1 is #99311E. Grayscale: #B0B0B0. Windows color (decimal): -10039583 or 14798438. OLE color: 14798438.

HSL color Cylindrical-coordinate representation of color #66CEE1: hue angle of 189.27º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66CEE1 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB102206225-
CMYK0.550.0800.12
HSL189.27º67.21%64.12%-
HSV(B)189.27º54.67%88.24%-
XYZ41.1452.479.18-
YUV177.07155.0474.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.14%
GREEN value IS 206 (80.86% from 255) = 38.65%
BLUE value IS 225 (88.28% from 255) = 42.21%
R=19.14%
G=38.65%
B=42.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022062250.550.0800.12189.2767.2164.12
Hex66CEE13780Cbd4340
Octal1463163416710014275103100
Binary110011011001110111000011101111000011001011110110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,206,225); }

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

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

 a { background-color: rgb(102,206,225); }

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

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

 span { border-color: rgb(102,206,225); }

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