#16F0C7

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

Shades of Bright Turquoise #16F0C7

Tints of Bright Turquoise #16F0C7

Color information

#16F0C7 (or 0x16F0C7) is unknown color: approx Bright Turquoise. HEX triplet: 16, F0 and C7. RGB value is (22,240,199). Sum of RGB (Red+Green+Blue) = 22+240+199=461 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.77% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #16F0C7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16F0C7 is #E90F38. Grayscale: #AAAAAA. Windows color (decimal): -15273785 or 13103126. OLE color: 13103126.

HSL color Cylindrical-coordinate representation of color #16F0C7: hue angle of 168.72º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F0C7 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB22240199-
CMYK0.9100.170.06
HSL168.72º87.9%51.37%-
HSV(B)168.72º90.83%94.12%-
XYZ41.866.6164.69-
YUV170.14144.2822.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.77%
GREEN value IS 240 (94.14% from 255) = 52.06%
BLUE value IS 199 (78.12% from 255) = 43.17%
R=4.77%
G=52.06%
B=43.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal222401990.9100.170.06168.7287.951.37
Hex16F0C75B0116a95833
Octal26360307133021625113063
Binary1011011110000110001111011011010001110101010011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16F0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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