Html Css Color HEX #22D0DD Dark Turquoise

📋 copy color: '#22D0DD'

red 34 ◦ green 208 ◦ blue 221

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

Shades of Dark Turquoise #22D0DD

Tints of Dark Turquoise #22D0DD

RGB

 RED value IS 34 (13.67% from 255) = 7.34%

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

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

R = 7.34%
G = 44.92%
B = 47.73%

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

#22D0DD (or 0x22D0DD) is known color: Dark Turquoise. HEX triplet: 22, D0 and DD. RGB value is (34,208,221). Sum of RGB (Red+Green+Blue) = 34+208+221=463 (61% of max value = 765). Red value is 34 (13.67% from 255 or 7.34% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #22D0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22D0DD is #DD2F22. Grayscale: #9D9D9D. Windows color (decimal): -14495523 or 14536738. OLE color: 14536738.

HSL color Cylindrical-coordinate representation of color #22D0DD: hue angle of 184.17º degrees, saturation: 0.73, 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 #22D0DD is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 208 221 -
CMYK 0.85 0.06 0 0.13
HSL 184.17º 0.73% 0.5% -
HSV(B) 184.17º 0.85% 0.87% -
XYZ 36.27 50.67 76.28 -
YUV 157.46 163.85 39.94 -
System Red Green Blue C M Y K H S L
Decimal 34 208 221 0.85 0.06 0 0.13 184.17 0.73 0.5
Hex 22 D0 DD 55 6 0 D B8 49 32
Octal 42 320 335 125 6 0 15 270 111 62
Binary 100010 11010000 11011101 1010101 110 0 1101 10111000 1001001 110010

Color Harmonies of #22D0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22D0DD

Black with #22D0DD

Text Example


Text Example

White with #22D0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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