#21ECD2

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

Shades of Bright Turquoise #21ECD2

Tints of Bright Turquoise #21ECD2

Color information

#21ECD2 (or 0x21ECD2) is unknown color: approx Bright Turquoise. HEX triplet: 21, EC and D2. RGB value is (33,236,210). Sum of RGB (Red+Green+Blue) = 33+236+210=479 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.89% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #21ECD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21ECD2 is #DE132D. Grayscale: #ACACAC. Windows color (decimal): -14553902 or 13823009. OLE color: 13823009.

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

Color convert

RGB33236210-
CMYK0.8600.110.07
HSL172.32º84.23%52.75%-
HSV(B)172.32º86.02%92.55%-
XYZ42.2664.9771.29-
YUV172.34149.2528.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.89%
GREEN value IS 236 (92.58% from 255) = 49.27%
BLUE value IS 210 (82.42% from 255) = 43.84%
R=6.89%
G=49.27%
B=43.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal332362100.8600.110.07172.3284.2352.75
Hex21ECD2560B7ac5435
Octal41354322126013725412465
Binary1000011110110011010010101011001011111101011001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21ECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,236,210); }

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

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

 a { background-color: rgb(33,236,210); }

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

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

 span { border-color: rgb(33,236,210); }

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