Html Css Color HEX #21DDBB Turquoise

📋 copy color: '#21DDBB'

red 33 ◦ green 221 ◦ blue 187

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

Shades of Turquoise #21DDBB

Tints of Turquoise #21DDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.4%

R = 7.48%
G = 50.11%
B = 42.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#21DDBB (or 0x21DDBB) is known color: Turquoise. HEX triplet: 21, DD and BB. RGB value is (33,221,187). Sum of RGB (Red+Green+Blue) = 33+221+187=441 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.48% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #21DDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DDBB is #DE2244. Grayscale: #A0A0A0. Windows color (decimal): -14557765 or 12311841. OLE color: 12311841.

HSL color Cylindrical-coordinate representation of color #21DDBB: hue angle of 169.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 #21DDBB is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 221 187 -
CMYK 0.85 0 0.15 0.13
HSL 169.15º 0.74% 0.5% -
HSV(B) 169.15º 0.85% 0.87% -
XYZ 35.45 55.62 55.88 -
YUV 160.91 142.72 36.76 -
System Red Green Blue C M Y K H S L
Decimal 33 221 187 0.85 0 0.15 0.13 169.15 0.74 0.5
Hex 21 DD BB 55 0 F D A9 4A 32
Octal 41 335 273 125 0 17 15 251 112 62
Binary 100001 11011101 10111011 1010101 0 1111 1101 10101001 1001010 110010

Color Harmonies of #21DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DDBB

Black with #21DDBB

Text Example


Text Example

White with #21DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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