Html Css Color HEX #21E4B9 Turquoise

📋 copy color: '#21E4B9'

red 33 ◦ green 228 ◦ blue 185

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

Shades of Turquoise #21E4B9

Tints of Turquoise #21E4B9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.12%

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

R = 7.4%
G = 51.12%
B = 41.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#21E4B9 (or 0x21E4B9) is known color: Turquoise. HEX triplet: 21, E4 and B9. RGB value is (33,228,185). Sum of RGB (Red+Green+Blue) = 33+228+185=446 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.40% from 446); Green value is 228 (89.45% from 255 or 51.12% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 228 - color contains mainly: green. Hex color #21E4B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E4B9 is #DE1B46. Grayscale: #A4A4A4. Windows color (decimal): -14555975 or 12182561. OLE color: 12182561.

HSL color Cylindrical-coordinate representation of color #21E4B9: hue angle of 166.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E4B9 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 33 228 185 -
CMYK 0.86 0 0.19 0.11
HSL 166.77º 0.78% 0.51% -
HSV(B) 166.77º 0.86% 0.89% -
XYZ 37.13 59.31 55.39 -
YUV 164.79 139.4 34 -
System Red Green Blue C M Y K H S L
Decimal 33 228 185 0.86 0 0.19 0.11 166.77 0.78 0.51
Hex 21 E4 B9 56 0 13 B A7 4E 33
Octal 41 344 271 126 0 23 13 247 116 63
Binary 100001 11100100 10111001 1010110 0 10011 1011 10100111 1001110 110011

Color Harmonies of #21E4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E4B9

Black with #21E4B9

Text Example


Text Example

White with #21E4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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