Html Css Color HEX #21E7C7 Turquoise

📋 copy color: '#21E7C7'

red 33 ◦ green 231 ◦ blue 199

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

Shades of Turquoise #21E7C7

Tints of Turquoise #21E7C7

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.89%

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

R = 7.13%
G = 49.89%
B = 42.98%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#21E7C7 (or 0x21E7C7) is known color: Turquoise. HEX triplet: 21, E7 and C7. RGB value is (33,231,199). Sum of RGB (Red+Green+Blue) = 33+231+199=463 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.13% from 463); Green value is 231 (90.62% from 255 or 49.89% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 231 - color contains mainly: green. Hex color #21E7C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E7C7 is #DE1838. Grayscale: #A8A8A8. Windows color (decimal): -14555193 or 13100833. OLE color: 13100833.

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

Color convert

RGB 33 231 199 -
CMYK 0.86 0 0.14 0.09
HSL 170.3º 0.8% 0.52% -
HSV(B) 170.3º 0.86% 0.91% -
XYZ 39.51 61.6 63.84 -
YUV 168.15 145.4 31.6 -
System Red Green Blue C M Y K H S L
Decimal 33 231 199 0.86 0 0.14 0.09 170.3 0.8 0.52
Hex 21 E7 C7 56 0 E 9 AA 50 34
Octal 41 347 307 126 0 16 11 252 120 64
Binary 100001 11100111 11000111 1010110 0 1110 1001 10101010 1010000 110100

Color Harmonies of #21E7C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E7C7

Black with #21E7C7

Text Example


Text Example

White with #21E7C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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