#66DBE1

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

Shades of Turquoise Blue #66DBE1

Tints of Turquoise Blue #66DBE1

Color information

#66DBE1 (or 0x66DBE1) is unknown color: approx Turquoise Blue. HEX triplet: 66, DB and E1. RGB value is (102,219,225). Sum of RGB (Red+Green+Blue) = 102+219+225=546 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.68% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #66DBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DBE1 is #99241E. Grayscale: #B8B8B8. Windows color (decimal): -10036255 or 14801766. OLE color: 14801766.

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

Color convert

RGB102219225-
CMYK0.550.0300.12
HSL182.93º67.21%64.12%-
HSV(B)182.93º54.67%88.24%-
XYZ44.458.9280.27-
YUV184.7150.7469.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.68%
GREEN value IS 219 (85.94% from 255) = 40.11%
BLUE value IS 225 (88.28% from 255) = 41.21%
R=18.68%
G=40.11%
B=41.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022192250.550.0300.12182.9367.2164.12
Hex66DBE13730Cb74340
Octal146333341673014267103100
Binary1100110110110111110000111011111011001011011110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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