#21DCE1

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

Shades of Bright Turquoise #21DCE1

Tints of Bright Turquoise #21DCE1

Color information

#21DCE1 (or 0x21DCE1) is unknown color: approx Bright Turquoise. HEX triplet: 21, DC and E1. RGB value is (33,220,225). Sum of RGB (Red+Green+Blue) = 33+220+225=478 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.90% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #21DCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DCE1 is #DE231E. Grayscale: #A4A4A4. Windows color (decimal): -14557983 or 14801953. OLE color: 14801953.

HSL color Cylindrical-coordinate representation of color #21DCE1: hue angle of 181.56º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DCE1 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB33220225-
CMYK0.850.0200.12
HSL181.56º76.19%50.59%-
HSV(B)181.56º85.33%88.24%-
XYZ39.8156.9580.13-
YUV164.66162.0534.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.90%
GREEN value IS 220 (86.33% from 255) = 46.03%
BLUE value IS 225 (88.28% from 255) = 47.07%
R=6.90%
G=46.03%
B=47.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal332202250.850.0200.12181.5676.1950.59
Hex21DCE15520Cb64c33
Octal41334341125201426611463
Binary100001110111001110000110101011001100101101101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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