Html Css Color HEX #66D1DC Turquoise Blue

📋 copy color: '#66D1DC'

red 102 ◦ green 209 ◦ blue 220

#66D1DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #66D1DC

Tints of Turquoise Blue #66D1DC

RGB

 RED value IS 102 (40.23% from 255) = 19.21%

 GREEN value IS 209 (82.03% from 255) = 39.36%

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 19.21%
G = 39.36%
B = 41.43%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#66D1DC (or 0x66D1DC) is known color: Turquoise Blue. HEX triplet: 66, D1 and DC. RGB value is (102,209,220). Sum of RGB (Red+Green+Blue) = 102+209+220=531 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.21% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #66D1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D1DC is #992E23. Grayscale: #B2B2B2. Windows color (decimal): -10038820 or 14471526. OLE color: 14471526.

HSL color Cylindrical-coordinate representation of color #66D1DC: hue angle of 185.59º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66D1DC is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 209 220 -
CMYK 0.54 0.05 0 0.14
HSL 185.59º 0.63% 0.63% -
HSV(B) 185.59º 0.54% 0.86% -
XYZ 41.2 53.59 75.88 -
YUV 178.26 151.55 73.61 -
System Red Green Blue C M Y K H S L
Decimal 102 209 220 0.54 0.05 0 0.14 185.59 0.63 0.63
Hex 66 D1 DC 36 5 0 E BA 3F 3F
Octal 146 321 334 66 5 0 16 272 77 77
Binary 1100110 11010001 11011100 110110 101 0 1110 10111010 111111 111111

Color Harmonies of #66D1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D1DC

Black with #66D1DC

Text Example


Text Example

White with #66D1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,209,220); }

 H1.HeaderClassName
 {
   color: #66D1DC;
 }
 .AnyTagClassName
 {
   color: #66D1DC;
 }
</style>

background-color css

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

 a { background-color: rgb(102,209,220); }

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

border-color css

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

 span { border-color: rgb(102,209,220); }

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