Html Css Color HEX #21E4BA Turquoise

📋 copy color: '#21E4BA'

red 33 ◦ green 228 ◦ blue 186

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

Shades of Turquoise #21E4BA

Tints of Turquoise #21E4BA

RGB

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

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

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

R = 7.38%
G = 51.01%
B = 41.61%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#21E4BA (or 0x21E4BA) is known color: Turquoise. HEX triplet: 21, E4 and BA. RGB value is (33,228,186). Sum of RGB (Red+Green+Blue) = 33+228+186=447 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.38% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #21E4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E4BA is #DE1B45. Grayscale: #A4A4A4. Windows color (decimal): -14555974 or 12248097. OLE color: 12248097.

HSL color Cylindrical-coordinate representation of color #21E4BA: hue angle of 167.08º 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 #21E4BA is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 33 228 186 -
CMYK 0.86 0 0.18 0.11
HSL 167.08º 0.78% 0.51% -
HSV(B) 167.08º 0.86% 0.89% -
XYZ 37.23 59.36 55.95 -
YUV 164.91 139.9 33.92 -
System Red Green Blue C M Y K H S L
Decimal 33 228 186 0.86 0 0.18 0.11 167.08 0.78 0.51
Hex 21 E4 BA 56 0 12 B A7 4E 33
Octal 41 344 272 126 0 22 13 247 116 63
Binary 100001 11100100 10111010 1010110 0 10010 1011 10100111 1001110 110011

Color Harmonies of #21E4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E4BA

Black with #21E4BA

Text Example


Text Example

White with #21E4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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