#21cbd8

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

Shades of Dark Turquoise #21CBD8

Tints of Dark Turquoise #21CBD8

Color information

#21CBD8 (or 0x21CBD8) is unknown color: approx Dark Turquoise. HEX triplet: 21, CB and D8. RGB value is (33,203,216). Sum of RGB (Red+Green+Blue) = 33+203+216=452 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.30% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #21CBD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CBD8 is #DE3427. Grayscale: #999999. Windows color (decimal): -14562344 or 14207777. OLE color: 14207777.

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

Color convert

RGB33203216-
CMYK0.850.0600.15
HSL184.26º73.49%48.82%-
HSV(B)184.26º84.72%84.71%-
XYZ34.3847.9972.42-
YUV153.65163.1841.94-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal332032160.850.0600.15184.2673.4948.82
Hex21CBD85560Fb84931
Octal41313330125601727011161
Binary1000011100101111011000101010111001111101110001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21cbd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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