Html Css Color HEX #21E9C7 Turquoise

📋 copy color: '#21E9C7'

red 33 ◦ green 233 ◦ blue 199

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

Shades of Turquoise #21E9C7

Tints of Turquoise #21E9C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.8%

R = 7.1%
G = 50.11%
B = 42.8%

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

#21E9C7 (or 0x21E9C7) is known color: Turquoise. HEX triplet: 21, E9 and C7. RGB value is (33,233,199). Sum of RGB (Red+Green+Blue) = 33+233+199=465 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.10% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #21E9C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E9C7 is #DE1638. Grayscale: #A9A9A9. Windows color (decimal): -14554681 or 13101345. OLE color: 13101345.

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

Color convert

RGB 33 233 199 -
CMYK 0.86 0 0.15 0.09
HSL 169.8º 0.82% 0.52% -
HSV(B) 169.8º 0.86% 0.91% -
XYZ 40.07 62.72 64.03 -
YUV 169.32 144.74 30.76 -
System Red Green Blue C M Y K H S L
Decimal 33 233 199 0.86 0 0.15 0.09 169.8 0.82 0.52
Hex 21 E9 C7 56 0 F 9 AA 52 34
Octal 41 351 307 126 0 17 11 252 122 64
Binary 100001 11101001 11000111 1010110 0 1111 1001 10101010 1010010 110100

Color Harmonies of #21E9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E9C7

Black with #21E9C7

Text Example


Text Example

White with #21E9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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