Html Css Color HEX #21DBB9 Turquoise

📋 copy color: '#21DBB9'

red 33 ◦ green 219 ◦ blue 185

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

Shades of Turquoise #21DBB9

Tints of Turquoise #21DBB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.33%

R = 7.55%
G = 50.11%
B = 42.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#21DBB9 (or 0x21DBB9) is known color: Turquoise. HEX triplet: 21, DB and B9. RGB value is (33,219,185). Sum of RGB (Red+Green+Blue) = 33+219+185=437 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.55% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #21DBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DBB9 is #DE2446. Grayscale: #9F9F9F. Windows color (decimal): -14558279 or 12180257. OLE color: 12180257.

HSL color Cylindrical-coordinate representation of color #21DBB9: hue angle of 169.03º 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 #21DBB9 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 219 185 -
CMYK 0.85 0 0.16 0.14
HSL 169.03º 0.74% 0.49% -
HSV(B) 169.03º 0.85% 0.86% -
XYZ 34.72 54.49 54.59 -
YUV 159.51 142.38 37.76 -
System Red Green Blue C M Y K H S L
Decimal 33 219 185 0.85 0 0.16 0.14 169.03 0.74 0.49
Hex 21 DB B9 55 0 10 E A9 4A 31
Octal 41 333 271 125 0 20 16 251 112 61
Binary 100001 11011011 10111001 1010101 0 10000 1110 10101001 1001010 110001

Color Harmonies of #21DBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DBB9

Black with #21DBB9

Text Example


Text Example

White with #21DBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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