#21D8CB

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

Shades of Turquoise #21D8CB

Tints of Turquoise #21D8CB

Color information

#21D8CB (or 0x21D8CB) is unknown color: approx Turquoise. HEX triplet: 21, D8 and CB. RGB value is (33,216,203). Sum of RGB (Red+Green+Blue) = 33+216+203=452 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.30% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #21D8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D8CB is #DE2734. Grayscale: #9F9F9F. Windows color (decimal): -14559029 or 13359137. OLE color: 13359137.

HSL color Cylindrical-coordinate representation of color #21D8CB: hue angle of 175.74º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D8CB is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB33216203-
CMYK0.8500.060.15
HSL175.74º73.49%48.82%-
HSV(B)175.74º84.72%84.71%-
XYZ35.9653.7564.98-
YUV159.8152.3737.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.30%
GREEN value IS 216 (84.77% from 255) = 47.79%
BLUE value IS 203 (79.69% from 255) = 44.91%
R=7.30%
G=47.79%
B=44.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal332162030.8500.060.15175.7473.4948.82
Hex21D8CB5506Fb04931
Octal41330313125061726011161
Binary1000011101100011001011101010101101111101100001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,216,203); }

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

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

 a { background-color: rgb(33,216,203); }

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

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

 span { border-color: rgb(33,216,203); }

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