#21E1ED

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

Shades of Bright Turquoise #21E1ED

Tints of Bright Turquoise #21E1ED

Color information

#21E1ED (or 0x21E1ED) is unknown color: approx Bright Turquoise. HEX triplet: 21, E1 and ED. RGB value is (33,225,237). Sum of RGB (Red+Green+Blue) = 33+225+237=495 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.67% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #21E1ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21E1ED is #DE1E12. Grayscale: #A8A8A8. Windows color (decimal): -14556691 or 15589665. OLE color: 15589665.

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

Color convert

RGB33225237-
CMYK0.860.0500.07
HSL183.53º85%52.94%-
HSV(B)183.53º86.08%92.94%-
XYZ42.8460.2989.5-
YUV168.96166.3931.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal332252370.860.0500.07183.538552.94
Hex21E1ED56507b85535
Octal4134135512650727012565
Binary100001111000011110110110101101010111101110001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21E1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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