Html Css Color HEX #66DDD4 Turquoise Blue

📋 copy color: '#66DDD4'

red 102 ◦ green 221 ◦ blue 212

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

Shades of Turquoise Blue #66DDD4

Tints of Turquoise Blue #66DDD4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.31%

 BLUE value IS 212 (83.2% from 255) = 39.63%

R = 19.07%
G = 41.31%
B = 39.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#66DDD4 (or 0x66DDD4) is known color: Turquoise Blue. HEX triplet: 66, DD and D4. RGB value is (102,221,212). Sum of RGB (Red+Green+Blue) = 102+221+212=535 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.07% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDD4 is #99222B. Grayscale: #B8B8B8. Windows color (decimal): -10035756 or 13950310. OLE color: 13950310.

HSL color Cylindrical-coordinate representation of color #66DDD4: hue angle of 175.46º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DDD4 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 221 212 -
CMYK 0.54 0 0.04 0.13
HSL 175.46º 0.64% 0.63% -
HSV(B) 175.46º 0.54% 0.87% -
XYZ 43.22 59.29 71.45 -
YUV 184.39 143.58 69.23 -
System Red Green Blue C M Y K H S L
Decimal 102 221 212 0.54 0 0.04 0.13 175.46 0.64 0.63
Hex 66 DD D4 36 0 4 D AF 40 3F
Octal 146 335 324 66 0 4 15 257 100 77
Binary 1100110 11011101 11010100 110110 0 100 1101 10101111 1000000 111111

Color Harmonies of #66DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DDD4

Black with #66DDD4

Text Example


Text Example

White with #66DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,221,212); }

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

background-color css

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

 a { background-color: rgb(102,221,212); }

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

border-color css

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

 span { border-color: rgb(102,221,212); }

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