#21EDE1

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

Shades of Bright Turquoise #21EDE1

Tints of Bright Turquoise #21EDE1

Color information

#21EDE1 (or 0x21EDE1) is unknown color: approx Bright Turquoise. HEX triplet: 21, ED and E1. RGB value is (33,237,225). Sum of RGB (Red+Green+Blue) = 33+237+225=495 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.67% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #21EDE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EDE1 is #DE121E. Grayscale: #AEAEAE. Windows color (decimal): -14553631 or 14806305. OLE color: 14806305.

HSL color Cylindrical-coordinate representation of color #21EDE1: hue angle of 176.47º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EDE1 is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB33237225-
CMYK0.8600.050.07
HSL176.47º85%52.94%-
HSV(B)176.47º86.08%92.94%-
XYZ44.566.3381.69-
YUV174.64156.4126.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.67%
GREEN value IS 237 (92.97% from 255) = 47.88%
BLUE value IS 225 (88.28% from 255) = 45.45%
R=6.67%
G=47.88%
B=45.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal332372250.8600.050.07176.478552.94
Hex21EDE156057b05535
Octal4135534112605726012565
Binary100001111011011110000110101100101111101100001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21EDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,237,225); }

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

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

 a { background-color: rgb(33,237,225); }

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

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

 span { border-color: rgb(33,237,225); }

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