#66CCE1

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

Shades of Turquoise Blue #66CCE1

Tints of Turquoise Blue #66CCE1

Color information

#66CCE1 (or 0x66CCE1) is unknown color: approx Turquoise Blue. HEX triplet: 66, CC and E1. RGB value is (102,204,225). Sum of RGB (Red+Green+Blue) = 102+204+225=531 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.21% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #66CCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCE1 is #99331E. Grayscale: #AFAFAF. Windows color (decimal): -10040095 or 14797926. OLE color: 14797926.

HSL color Cylindrical-coordinate representation of color #66CCE1: hue angle of 190.24º 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 #66CCE1 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB102204225-
CMYK0.550.0900.12
HSL190.24º67.21%64.12%-
HSV(B)190.24º54.67%88.24%-
XYZ40.6651.4579.02-
YUV175.9155.7175.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.21%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=19.21%
G=38.42%
B=42.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022042250.550.0900.12190.2467.2164.12
Hex66CCE13790Cbe4340
Octal1463143416711014276103100
Binary110011011001100111000011101111001011001011111010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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