#21ECD0

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

Shades of Bright Turquoise #21ECD0

Tints of Bright Turquoise #21ECD0

Color information

#21ECD0 (or 0x21ECD0) is unknown color: approx Bright Turquoise. HEX triplet: 21, EC and D0. RGB value is (33,236,208). Sum of RGB (Red+Green+Blue) = 33+236+208=477 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.92% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #21ECD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21ECD0 is #DE132F. Grayscale: #ACACAC. Windows color (decimal): -14553904 or 13691937. OLE color: 13691937.

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

Color convert

RGB33236208-
CMYK0.8600.120.07
HSL171.72º84.23%52.75%-
HSV(B)171.72º86.02%92.55%-
XYZ42.0164.8769.98-
YUV172.11148.2528.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.92%
GREEN value IS 236 (92.58% from 255) = 49.48%
BLUE value IS 208 (81.64% from 255) = 43.61%
R=6.92%
G=49.48%
B=43.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal332362080.8600.120.07171.7284.2352.75
Hex21ECD0560C7ac5435
Octal41354320126014725412465
Binary1000011110110011010000101011001100111101011001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21ECD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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