Html Css Color HEX #21D0DD Dark Turquoise

📋 copy color: '#21D0DD'

red 33 ◦ green 208 ◦ blue 221

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

Shades of Dark Turquoise #21D0DD

Tints of Dark Turquoise #21D0DD

RGB

 RED value IS 33 (13.28% from 255) = 7.14%

 GREEN value IS 208 (81.64% from 255) = 45.02%

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 7.14%
G = 45.02%
B = 47.84%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#21D0DD (or 0x21D0DD) is known color: Dark Turquoise. HEX triplet: 21, D0 and DD. RGB value is (33,208,221). Sum of RGB (Red+Green+Blue) = 33+208+221=462 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.14% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #21D0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D0DD is #DE2F22. Grayscale: #9C9C9C. Windows color (decimal): -14561059 or 14536737. OLE color: 14536737.

HSL color Cylindrical-coordinate representation of color #21D0DD: hue angle of 184.15º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D0DD is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 208 221 -
CMYK 0.85 0.06 0 0.13
HSL 184.15º 0.74% 0.5% -
HSV(B) 184.15º 0.85% 0.87% -
XYZ 36.23 50.66 76.27 -
YUV 157.16 164.02 39.44 -
System Red Green Blue C M Y K H S L
Decimal 33 208 221 0.85 0.06 0 0.13 184.15 0.74 0.5
Hex 21 D0 DD 55 6 0 D B8 4A 32
Octal 41 320 335 125 6 0 15 270 112 62
Binary 100001 11010000 11011101 1010101 110 0 1101 10111000 1001010 110010

Color Harmonies of #21D0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D0DD

Black with #21D0DD

Text Example


Text Example

White with #21D0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21D0DD; }

 p { color: rgb(33,208,221); }

 H1.HeaderClassName
 {
   color: #21D0DD;
 }
 .AnyTagClassName
 {
   color: #21D0DD;
 }
</style>

background-color css

<style>
 a { background-color: #21D0DD; }

 a { background-color: rgb(33,208,221); }

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

border-color css

<style>
 span { border-color: #21D0DD; }

 span { border-color: rgb(33,208,221); }

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