#16D7D2

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

Shades of Dark Turquoise #16D7D2

Tints of Dark Turquoise #16D7D2

Color information

#16D7D2 (or 0x16D7D2) is unknown color: approx Dark Turquoise. HEX triplet: 16, D7 and D2. RGB value is (22,215,210). Sum of RGB (Red+Green+Blue) = 22+215+210=447 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.92% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #16D7D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16D7D2 is #E9282D. Grayscale: #9C9C9C. Windows color (decimal): -15280174 or 13817622. OLE color: 13817622.

HSL color Cylindrical-coordinate representation of color #16D7D2: hue angle of 178.45º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D7D2 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB22215210-
CMYK0.9000.020.16
HSL178.45º81.43%46.47%-
HSV(B)178.45º89.77%84.31%-
XYZ36.2653.4269.37-
YUV156.72158.0631.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.92%
GREEN value IS 215 (84.38% from 255) = 48.10%
BLUE value IS 210 (82.42% from 255) = 46.98%
R=4.92%
G=48.10%
B=46.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal222152100.9000.020.16178.4581.4346.47
Hex16D7D25A0210b2512e
Octal26327322132022026212156
Binary101101101011111010010101101001010000101100101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,215,210); }

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

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

 a { background-color: rgb(22,215,210); }

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

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

 span { border-color: rgb(22,215,210); }

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