Html Css Color HEX #66DADC Turquoise Blue

📋 copy color: '#66DADC'

red 102 ◦ green 218 ◦ blue 220

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

Shades of Turquoise Blue #66DADC

Tints of Turquoise Blue #66DADC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.37%

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

R = 18.89%
G = 40.37%
B = 40.74%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#66DADC (or 0x66DADC) is known color: Turquoise Blue. HEX triplet: 66, DA and DC. RGB value is (102,218,220). Sum of RGB (Red+Green+Blue) = 102+218+220=540 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.89% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #66DADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DADC is #992523. Grayscale: #B7B7B7. Windows color (decimal): -10036516 or 14473830. OLE color: 14473830.

HSL color Cylindrical-coordinate representation of color #66DADC: hue angle of 181.02º 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 #66DADC is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 218 220 -
CMYK 0.54 0.01 0 0.14
HSL 181.02º 0.63% 0.63% -
HSV(B) 181.02º 0.54% 0.86% -
XYZ 43.47 58.13 76.64 -
YUV 183.54 148.57 69.84 -
System Red Green Blue C M Y K H S L
Decimal 102 218 220 0.54 0.01 0 0.14 181.02 0.63 0.63
Hex 66 DA DC 36 1 0 E B5 3F 3F
Octal 146 332 334 66 1 0 16 265 77 77
Binary 1100110 11011010 11011100 110110 1 0 1110 10110101 111111 111111

Color Harmonies of #66DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DADC

Black with #66DADC

Text Example


Text Example

White with #66DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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