#16FED9

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

Shades of Bright Turquoise #16FED9

Tints of Bright Turquoise #16FED9

Color information

#16FED9 (or 0x16FED9) is unknown color: approx Bright Turquoise. HEX triplet: 16, FE and D9. RGB value is (22,254,217). Sum of RGB (Red+Green+Blue) = 22+254+217=493 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.46% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #16FED9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16FED9 is #E90126. Grayscale: #B4B4B4. Windows color (decimal): -15270183 or 14286358. OLE color: 14286358.

HSL color Cylindrical-coordinate representation of color #16FED9: hue angle of 170.43º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16FED9 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB22254217-
CMYK0.9100.150.00
HSL170.43º99.15%54.12%-
HSV(B)170.43º91.34%99.61%-
XYZ48.376.0677.78-
YUV180.41148.6415.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.46%
GREEN value IS 254 (99.61% from 255) = 51.52%
BLUE value IS 217 (85.16% from 255) = 44.02%
R=4.46%
G=51.52%
B=44.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal222542170.9100.150.00170.4399.1554.12
Hex16FED95B0F0aa6336
Octal26376331133017025214366
Binary1011011111110110110011011011011110101010101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16FED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,254,217); }

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

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

 a { background-color: rgb(22,254,217); }

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

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

 span { border-color: rgb(22,254,217); }

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