Html Css Color HEX #21E7BE Turquoise

📋 copy color: '#21E7BE'

red 33 ◦ green 231 ◦ blue 190

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

Shades of Turquoise #21E7BE

Tints of Turquoise #21E7BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 7.27%
G = 50.88%
B = 41.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#21E7BE (or 0x21E7BE) is known color: Turquoise. HEX triplet: 21, E7 and BE. RGB value is (33,231,190). Sum of RGB (Red+Green+Blue) = 33+231+190=454 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.27% from 454); Green value is 231 (90.62% from 255 or 50.88% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 231 - color contains mainly: green. Hex color #21E7BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E7BE is #DE1841. Grayscale: #A7A7A7. Windows color (decimal): -14555202 or 12511009. OLE color: 12511009.

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

Color convert

RGB 33 231 190 -
CMYK 0.86 0 0.18 0.09
HSL 167.58º 0.8% 0.52% -
HSV(B) 167.58º 0.86% 0.91% -
XYZ 38.5 61.19 58.5 -
YUV 167.12 140.9 32.33 -
System Red Green Blue C M Y K H S L
Decimal 33 231 190 0.86 0 0.18 0.09 167.58 0.8 0.52
Hex 21 E7 BE 56 0 12 9 A8 50 34
Octal 41 347 276 126 0 22 11 250 120 64
Binary 100001 11100111 10111110 1010110 0 10010 1001 10101000 1010000 110100

Color Harmonies of #21E7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E7BE

Black with #21E7BE

Text Example


Text Example

White with #21E7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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