Html Css Color HEX #21D7BA Turquoise

📋 copy color: '#21D7BA'

red 33 ◦ green 215 ◦ blue 186

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

Shades of Turquoise #21D7BA

Tints of Turquoise #21D7BA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.54%

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 7.6%
G = 49.54%
B = 42.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#21D7BA (or 0x21D7BA) is known color: Turquoise. HEX triplet: 21, D7 and BA. RGB value is (33,215,186). Sum of RGB (Red+Green+Blue) = 33+215+186=434 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.60% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #21D7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D7BA is #DE2845. Grayscale: #9D9D9D. Windows color (decimal): -14559302 or 12244769. OLE color: 12244769.

HSL color Cylindrical-coordinate representation of color #21D7BA: hue angle of 170.44º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D7BA is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 215 186 -
CMYK 0.85 0 0.13 0.16
HSL 170.44º 0.73% 0.49% -
HSV(B) 170.44º 0.85% 0.84% -
XYZ 33.79 52.47 54.8 -
YUV 157.28 144.2 39.36 -
System Red Green Blue C M Y K H S L
Decimal 33 215 186 0.85 0 0.13 0.16 170.44 0.73 0.49
Hex 21 D7 BA 55 0 D 10 AA 49 31
Octal 41 327 272 125 0 15 20 252 111 61
Binary 100001 11010111 10111010 1010101 0 1101 10000 10101010 1001001 110001

Color Harmonies of #21D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D7BA

Black with #21D7BA

Text Example


Text Example

White with #21D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,215,186); }

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

background-color css

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

 a { background-color: rgb(33,215,186); }

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

border-color css

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

 span { border-color: rgb(33,215,186); }

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