Html Css Color HEX #21E9C5 Turquoise

📋 copy color: '#21E9C5'

red 33 ◦ green 233 ◦ blue 197

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

Shades of Turquoise #21E9C5

Tints of Turquoise #21E9C5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.32%

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

R = 7.13%
G = 50.32%
B = 42.55%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#21E9C5 (or 0x21E9C5) is known color: Turquoise. HEX triplet: 21, E9 and C5. RGB value is (33,233,197). Sum of RGB (Red+Green+Blue) = 33+233+197=463 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.13% from 463); Green value is 233 (91.41% from 255 or 50.32% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 233 - color contains mainly: green. Hex color #21E9C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E9C5 is #DE163A. Grayscale: #A9A9A9. Windows color (decimal): -14554683 or 12970273. OLE color: 12970273.

HSL color Cylindrical-coordinate representation of color #21E9C5: hue angle of 169.2º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E9C5 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 233 197 -
CMYK 0.86 0 0.15 0.09
HSL 169.2º 0.82% 0.52% -
HSV(B) 169.2º 0.86% 0.91% -
XYZ 39.84 62.63 62.81 -
YUV 169.1 143.74 30.93 -
System Red Green Blue C M Y K H S L
Decimal 33 233 197 0.86 0 0.15 0.09 169.2 0.82 0.52
Hex 21 E9 C5 56 0 F 9 A9 52 34
Octal 41 351 305 126 0 17 11 251 122 64
Binary 100001 11101001 11000101 1010110 0 1111 1001 10101001 1010010 110100

Color Harmonies of #21E9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E9C5

Black with #21E9C5

Text Example


Text Example

White with #21E9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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