Html Css Color HEX #21E4C0 Turquoise

📋 copy color: '#21E4C0'

red 33 ◦ green 228 ◦ blue 192

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

Shades of Turquoise #21E4C0

Tints of Turquoise #21E4C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.38%

R = 7.28%
G = 50.33%
B = 42.38%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#21E4C0 (or 0x21E4C0) is known color: Turquoise. HEX triplet: 21, E4 and C0. RGB value is (33,228,192). Sum of RGB (Red+Green+Blue) = 33+228+192=453 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.28% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #21E4C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E4C0 is #DE1B3F. Grayscale: #A5A5A5. Windows color (decimal): -14555968 or 12641313. OLE color: 12641313.

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

Color convert

RGB 33 228 192 -
CMYK 0.86 0 0.16 0.11
HSL 168.92º 0.78% 0.51% -
HSV(B) 168.92º 0.86% 0.89% -
XYZ 37.89 59.62 59.38 -
YUV 165.59 142.9 33.43 -
System Red Green Blue C M Y K H S L
Decimal 33 228 192 0.86 0 0.16 0.11 168.92 0.78 0.51
Hex 21 E4 C0 56 0 10 B A9 4E 33
Octal 41 344 300 126 0 20 13 251 116 63
Binary 100001 11100100 11000000 1010110 0 10000 1011 10101001 1001110 110011

Color Harmonies of #21E4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E4C0

Black with #21E4C0

Text Example


Text Example

White with #21E4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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