#21F7EB

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

Shades of Bright Turquoise #21F7EB

Tints of Bright Turquoise #21F7EB

Color information

#21F7EB (or 0x21F7EB) is unknown color: approx Bright Turquoise. HEX triplet: 21, F7 and EB. RGB value is (33,247,235). Sum of RGB (Red+Green+Blue) = 33+247+235=515 (68% of max value = 765). Red value is 33 (13.28% from 255 or 6.41% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #21F7EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21F7EB is #DE0814. Grayscale: #B5B5B5. Windows color (decimal): -14551061 or 15464225. OLE color: 15464225.

HSL color Cylindrical-coordinate representation of color #21F7EB: hue angle of 176.64º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F7EB is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB33247235-
CMYK0.8700.050.03
HSL176.64º93.04%54.9%-
HSV(B)176.64º86.64%96.86%-
XYZ48.8872.8490.08-
YUV181.65158.121.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.41%
GREEN value IS 247 (96.88% from 255) = 47.96%
BLUE value IS 235 (92.19% from 255) = 45.63%
R=6.41%
G=47.96%
B=45.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal332472350.8700.050.03176.6493.0454.9
Hex21F7EB57053b15d37
Octal4136735312705326113567
Binary10000111110111111010111010111010111101100011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21F7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,247,235); }

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

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

 a { background-color: rgb(33,247,235); }

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

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

 span { border-color: rgb(33,247,235); }

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