#21D3D8

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

Shades of Bright Turquoise #21D3D8

Tints of Bright Turquoise #21D3D8

Color information

#21D3D8 (or 0x21D3D8) is unknown color: approx Bright Turquoise. HEX triplet: 21, D3 and D8. RGB value is (33,211,216). Sum of RGB (Red+Green+Blue) = 33+211+216=460 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.17% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #21D3D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D3D8 is #DE2C27. Grayscale: #9E9E9E. Windows color (decimal): -14560296 or 14209825. OLE color: 14209825.

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

Color convert

RGB33211216-
CMYK0.850.0200.15
HSL181.64º73.49%48.82%-
HSV(B)181.64º84.72%84.71%-
XYZ36.3251.8773.06-
YUV158.35160.5338.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.17%
GREEN value IS 211 (82.81% from 255) = 45.87%
BLUE value IS 216 (84.77% from 255) = 46.96%
R=7.17%
G=45.87%
B=46.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal332112160.850.0200.15181.6473.4948.82
Hex21D3D85520Fb64931
Octal41323330125201726611161
Binary100001110100111101100010101011001111101101101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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