#66CFE1

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

Shades of Turquoise Blue #66CFE1

Tints of Turquoise Blue #66CFE1

Color information

#66CFE1 (or 0x66CFE1) is unknown color: approx Turquoise Blue. HEX triplet: 66, CF and E1. RGB value is (102,207,225). Sum of RGB (Red+Green+Blue) = 102+207+225=534 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.10% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #66CFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CFE1 is #99301E. Grayscale: #B1B1B1. Windows color (decimal): -10039327 or 14798694. OLE color: 14798694.

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

Color convert

RGB102207225-
CMYK0.550.0800.12
HSL188.78º67.21%64.12%-
HSV(B)188.78º54.67%88.24%-
XYZ41.3852.8979.26-
YUV177.66154.7174.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.10%
GREEN value IS 207 (81.25% from 255) = 38.76%
BLUE value IS 225 (88.28% from 255) = 42.13%
R=19.10%
G=38.76%
B=42.13%

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
Decimal1022072250.550.0800.12188.7867.2164.12
Hex66CFE13780Cbd4340
Octal1463173416710014275103100
Binary110011011001111111000011101111000011001011110110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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