#21D0EC

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

Shades of Bright Turquoise #21D0EC

Tints of Bright Turquoise #21D0EC

Color information

#21D0EC (or 0x21D0EC) is unknown color: approx Bright Turquoise. HEX triplet: 21, D0 and EC. RGB value is (33,208,236). Sum of RGB (Red+Green+Blue) = 33+208+236=477 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.92% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #21D0EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21D0EC is #DE2F13. Grayscale: #9E9E9E. Windows color (decimal): -14561044 or 15519777. OLE color: 15519777.

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

Color convert

RGB33208236-
CMYK0.860.1200.07
HSL188.28º84.23%52.75%-
HSV(B)188.28º86.02%92.55%-
XYZ38.3251.4987.28-
YUV158.87171.5238.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal332082360.860.1200.07188.2884.2352.75
Hex21D0EC56C07bc5435
Octal41320354126140727412465
Binary1000011101000011101100101011011000111101111001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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