#21ECD1

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

Shades of Bright Turquoise #21ECD1

Tints of Bright Turquoise #21ECD1

Color information

#21ECD1 (or 0x21ECD1) is unknown color: approx Bright Turquoise. HEX triplet: 21, EC and D1. RGB value is (33,236,209). Sum of RGB (Red+Green+Blue) = 33+236+209=478 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.90% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #21ECD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21ECD1 is #DE132E. Grayscale: #ACACAC. Windows color (decimal): -14553903 or 13757473. OLE color: 13757473.

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

Color convert

RGB33236209-
CMYK0.8600.110.07
HSL172.02º84.23%52.75%-
HSV(B)172.02º86.02%92.55%-
XYZ42.1364.9270.63-
YUV172.22148.7528.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.90%
GREEN value IS 236 (92.58% from 255) = 49.37%
BLUE value IS 209 (82.03% from 255) = 43.72%
R=6.90%
G=49.37%
B=43.72%

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
Decimal332362090.8600.110.07172.0284.2352.75
Hex21ECD1560B7ac5435
Octal41354321126013725412465
Binary1000011110110011010001101011001011111101011001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21ECD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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