#16C5DA

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

Shades of Dark Turquoise #16C5DA

Tints of Dark Turquoise #16C5DA

Color information

#16C5DA (or 0x16C5DA) is unknown color: approx Dark Turquoise. HEX triplet: 16, C5 and DA. RGB value is (22,197,218). Sum of RGB (Red+Green+Blue) = 22+197+218=437 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.03% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #16C5DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16C5DA is #E93A25. Grayscale: #929292. Windows color (decimal): -15284774 or 14337302. OLE color: 14337302.

HSL color Cylindrical-coordinate representation of color #16C5DA: hue angle of 186.43º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16C5DA is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB22197218-
CMYK0.900.1000.15
HSL186.43º81.67%47.06%-
HSV(B)186.43º89.91%85.49%-
XYZ32.9545.1773.31-
YUV147.07168.0238.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.03%
GREEN value IS 197 (77.34% from 255) = 45.08%
BLUE value IS 218 (85.55% from 255) = 49.89%
R=5.03%
G=45.08%
B=49.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal221972180.900.1000.15186.4381.6747.06
Hex16C5DA5AA0Fba522f
Octal263053321321201727212257
Binary1011011000101110110101011010101001111101110101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,197,218); }

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

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

 a { background-color: rgb(22,197,218); }

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

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

 span { border-color: rgb(22,197,218); }

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