Html Css Color HEX #21E0C5 Turquoise

📋 copy color: '#21E0C5'

red 33 ◦ green 224 ◦ blue 197

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

Shades of Turquoise #21E0C5

Tints of Turquoise #21E0C5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.34%

 BLUE value IS 197 (77.34% from 255) = 43.39%

R = 7.27%
G = 49.34%
B = 43.39%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#21E0C5 (or 0x21E0C5) is known color: Turquoise. HEX triplet: 21, E0 and C5. RGB value is (33,224,197). Sum of RGB (Red+Green+Blue) = 33+224+197=454 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.27% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #21E0C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E0C5 is #DE1F3A. Grayscale: #A3A3A3. Windows color (decimal): -14556987 or 12967969. OLE color: 12967969.

HSL color Cylindrical-coordinate representation of color #21E0C5: hue angle of 171.52º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E0C5 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 224 197 -
CMYK 0.85 0 0.12 0.12
HSL 171.52º 0.75% 0.5% -
HSV(B) 171.52º 0.85% 0.88% -
XYZ 37.36 57.67 61.98 -
YUV 163.81 146.72 34.7 -
System Red Green Blue C M Y K H S L
Decimal 33 224 197 0.85 0 0.12 0.12 171.52 0.75 0.5
Hex 21 E0 C5 55 0 C C AC 4B 32
Octal 41 340 305 125 0 14 14 254 113 62
Binary 100001 11100000 11000101 1010101 0 1100 1100 10101100 1001011 110010

Color Harmonies of #21E0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E0C5

Black with #21E0C5

Text Example


Text Example

White with #21E0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,224,197); }

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

background-color css

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

 a { background-color: rgb(33,224,197); }

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

border-color css

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

 span { border-color: rgb(33,224,197); }

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