#66CDE1

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

Shades of Turquoise Blue #66CDE1

Tints of Turquoise Blue #66CDE1

Color information

#66CDE1 (or 0x66CDE1) is unknown color: approx Turquoise Blue. HEX triplet: 66, CD and E1. RGB value is (102,205,225). Sum of RGB (Red+Green+Blue) = 102+205+225=532 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.17% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #66CDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CDE1 is #99321E. Grayscale: #B0B0B0. Windows color (decimal): -10039839 or 14798182. OLE color: 14798182.

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

Color convert

RGB102205225-
CMYK0.550.0900.12
HSL189.76º67.21%64.12%-
HSV(B)189.76º54.67%88.24%-
XYZ40.951.9279.1-
YUV176.48155.3874.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.17%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 225 (88.28% from 255) = 42.29%
R=19.17%
G=38.53%
B=42.29%

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
Decimal1022052250.550.0900.12189.7667.2164.12
Hex66CDE13790Cbe4340
Octal1463153416711014276103100
Binary110011011001101111000011101111001011001011111010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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