#21E5E7

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

Shades of Bright Turquoise #21E5E7

Tints of Bright Turquoise #21E5E7

Color information

#21E5E7 (or 0x21E5E7) is unknown color: approx Bright Turquoise. HEX triplet: 21, E5 and E7. RGB value is (33,229,231). Sum of RGB (Red+Green+Blue) = 33+229+231=493 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.69% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #21E5E7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21E5E7 is #DE1A18. Grayscale: #AAAAAA. Windows color (decimal): -14555673 or 15197473. OLE color: 15197473.

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

Color convert

RGB33229231-
CMYK0.860.0100.09
HSL180.61º80.49%51.76%-
HSV(B)180.61º85.71%90.59%-
XYZ43.0762.1385.32-
YUV170.62162.0729.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.69%
GREEN value IS 229 (89.84% from 255) = 46.45%
BLUE value IS 231 (90.62% from 255) = 46.86%
R=6.69%
G=46.45%
B=46.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal332292310.860.0100.09180.6180.4951.76
Hex21E5E756109b55034
Octal41345347126101126512064
Binary10000111100101111001111010110101001101101011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21E5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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