#21e8be

Color #21E8BE Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #21E8BE

Tints of Turquoise #21E8BE

Color information

#21E8BE (or 0x21E8BE) is unknown color: approx Turquoise. HEX triplet: 21, E8 and BE. RGB value is (33,232,190). Sum of RGB (Red+Green+Blue) = 33+232+190=455 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.25% from 455); Green value is 232 (91.02% from 255 or 50.99% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 232 - color contains mainly: green. Hex color #21E8BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E8BE is #DE1741. Grayscale: #A7A7A7. Windows color (decimal): -14554946 or 12511265. OLE color: 12511265.

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

Color convert

RGB33232190-
CMYK0.8600.180.09
HSL167.34º81.22%51.96%-
HSV(B)167.34º85.78%90.98%-
XYZ38.7861.7558.59-
YUV167.71140.5731.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.25%
GREEN value IS 232 (91.02% from 255) = 50.99%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=7.25%
G=50.99%
B=41.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal332321900.8600.180.09167.3481.2251.96
Hex21E8BE560129a75134
Octal413502761260221124712164
Binary100001111010001011111010101100100101001101001111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21e8be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21e8be;
 }
 .AnyTagClassName
 {
   color: #21e8be;
 }
</style>
background-color css

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

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

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

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

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

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