#16DFC7

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

Shades of Bright Turquoise #16DFC7

Tints of Bright Turquoise #16DFC7

Color information

#16DFC7 (or 0x16DFC7) is unknown color: approx Bright Turquoise. HEX triplet: 16, DF and C7. RGB value is (22,223,199). Sum of RGB (Red+Green+Blue) = 22+223+199=444 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.95% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #16DFC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16DFC7 is #E92038. Grayscale: #A0A0A0. Windows color (decimal): -15278137 or 13098774. OLE color: 13098774.

HSL color Cylindrical-coordinate representation of color #16DFC7: hue angle of 172.84º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DFC7 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB22223199-
CMYK0.9000.110.13
HSL172.84º82.04%48.04%-
HSV(B)172.84º90.13%87.45%-
XYZ37.0357.0763.1-
YUV160.16149.9129.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.95%
GREEN value IS 223 (87.5% from 255) = 50.23%
BLUE value IS 199 (78.12% from 255) = 44.82%
R=4.95%
G=50.23%
B=44.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222231990.9000.110.13172.8482.0448.04
Hex16DFC75A0BDad5230
Octal263373071320131525512260
Binary1011011011111110001111011010010111101101011011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16DFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,223,199); }

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

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

 a { background-color: rgb(22,223,199); }

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

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

 span { border-color: rgb(22,223,199); }

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