Html Css Color HEX #21DBC0 Turquoise

📋 copy color: '#21DBC0'

red 33 ◦ green 219 ◦ blue 192

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

Shades of Turquoise #21DBC0

Tints of Turquoise #21DBC0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.32%

 BLUE value IS 192 (75.39% from 255) = 43.24%

R = 7.43%
G = 49.32%
B = 43.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#21DBC0 (or 0x21DBC0) is known color: Turquoise. HEX triplet: 21, DB and C0. RGB value is (33,219,192). Sum of RGB (Red+Green+Blue) = 33+219+192=444 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.43% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #21DBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DBC0 is #DE243F. Grayscale: #A0A0A0. Windows color (decimal): -14558272 or 12639009. OLE color: 12639009.

HSL color Cylindrical-coordinate representation of color #21DBC0: hue angle of 171.29º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DBC0 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 219 192 -
CMYK 0.85 0 0.12 0.14
HSL 171.29º 0.74% 0.49% -
HSV(B) 171.29º 0.85% 0.86% -
XYZ 35.47 54.79 58.58 -
YUV 160.31 145.88 37.2 -
System Red Green Blue C M Y K H S L
Decimal 33 219 192 0.85 0 0.12 0.14 171.29 0.74 0.49
Hex 21 DB C0 55 0 C E AB 4A 31
Octal 41 333 300 125 0 14 16 253 112 61
Binary 100001 11011011 11000000 1010101 0 1100 1110 10101011 1001010 110001

Color Harmonies of #21DBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DBC0

Black with #21DBC0

Text Example


Text Example

White with #21DBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,219,192); }

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

background-color css

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

 a { background-color: rgb(33,219,192); }

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

border-color css

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

 span { border-color: rgb(33,219,192); }

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