#21E1CD

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

Shades of Turquoise #21E1CD

Tints of Turquoise #21E1CD

Color information

#21E1CD (or 0x21E1CD) is unknown color: approx Turquoise. HEX triplet: 21, E1 and CD. RGB value is (33,225,205). Sum of RGB (Red+Green+Blue) = 33+225+205=463 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.13% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #21E1CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E1CD is #DE1E32. Grayscale: #A5A5A5. Windows color (decimal): -14556723 or 13492513. OLE color: 13492513.

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

Color convert

RGB33225205-
CMYK0.8500.090.12
HSL173.75º76.19%50.59%-
HSV(B)173.75º85.33%88.24%-
XYZ38.5758.5867.03-
YUV165.31150.3933.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.13%
GREEN value IS 225 (88.28% from 255) = 48.60%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=7.13%
G=48.60%
B=44.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal332252050.8500.090.12173.7576.1950.59
Hex21E1CD5509Cae4c33
Octal413413151250111425611463
Binary10000111100001110011011010101010011100101011101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21E1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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