#16D0CF

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

Shades of Dark Turquoise #16D0CF

Tints of Dark Turquoise #16D0CF

Color information

#16D0CF (or 0x16D0CF) is unknown color: approx Dark Turquoise. HEX triplet: 16, D0 and CF. RGB value is (22,208,207). Sum of RGB (Red+Green+Blue) = 22+208+207=437 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.03% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #16D0CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16D0CF is #E92F30. Grayscale: #989898. Windows color (decimal): -15281969 or 13619222. OLE color: 13619222.

HSL color Cylindrical-coordinate representation of color #16D0CF: hue angle of 179.68º 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 #16D0CF is Cyan = 0.89, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB22208207-
CMYK0.8900.000.18
HSL179.68º80.87%45.1%-
HSV(B)179.68º89.42%81.57%-
XYZ34.1549.7966.84-
YUV152.27158.8835.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.03%
GREEN value IS 208 (81.64% from 255) = 47.60%
BLUE value IS 207 (81.25% from 255) = 47.37%
R=5.03%
G=47.60%
B=47.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal222082070.8900.000.18179.6880.8745.1
Hex16D0CF590012b4512d
Octal26320317131002226412155
Binary10110110100001100111110110010010010101101001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,208,207); }

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

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

 a { background-color: rgb(22,208,207); }

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

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

 span { border-color: rgb(22,208,207); }

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