#16C4D1

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

Shades of Dark Turquoise #16C4D1

Tints of Dark Turquoise #16C4D1

Color information

#16C4D1 (or 0x16C4D1) is unknown color: approx Dark Turquoise. HEX triplet: 16, C4 and D1. RGB value is (22,196,209). Sum of RGB (Red+Green+Blue) = 22+196+209=427 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.15% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #16C4D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16C4D1 is #E93B2E. Grayscale: #919191. Windows color (decimal): -15285039 or 13747222. OLE color: 13747222.

HSL color Cylindrical-coordinate representation of color #16C4D1: hue angle of 184.17º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C4D1 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB22196209-
CMYK0.890.0600.18
HSL184.17º80.95%45.29%-
HSV(B)184.17º89.47%81.96%-
XYZ31.5844.2567.2-
YUV145.46163.8539.94-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.15%
GREEN value IS 196 (76.95% from 255) = 45.90%
BLUE value IS 209 (82.03% from 255) = 48.95%
R=5.15%
G=45.90%
B=48.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal221962090.890.0600.18184.1780.9545.29
Hex16C4D1596012b8512d
Octal26304321131602227012155
Binary1011011000100110100011011001110010010101110001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16C4D1; }

 p { color: rgb(22,196,209); }

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

<style>
 a { background-color: #16C4D1; }

 a { background-color: rgb(22,196,209); }

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

<style>
 span { border-color: #16C4D1; }

 span { border-color: rgb(22,196,209); }

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