#16F9C9

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

Shades of Bright Turquoise #16F9C9

Tints of Bright Turquoise #16F9C9

Color information

#16F9C9 (or 0x16F9C9) is unknown color: approx Bright Turquoise. HEX triplet: 16, F9 and C9. RGB value is (22,249,201). Sum of RGB (Red+Green+Blue) = 22+249+201=472 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.66% from 472); Green value is 249 (97.66% from 255 or 52.75% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 249 - color contains mainly: green. Hex color #16F9C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16F9C9 is #E90636. Grayscale: #AFAFAF. Windows color (decimal): -15271479 or 13236502. OLE color: 13236502.

HSL color Cylindrical-coordinate representation of color #16F9C9: hue angle of 167.31º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F9C9 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB22249201-
CMYK0.9100.190.02
HSL167.31º94.98%53.14%-
HSV(B)167.31º91.16%97.65%-
XYZ44.7572.1466.82-
YUV175.65142.2918.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.66%
GREEN value IS 249 (97.66% from 255) = 52.75%
BLUE value IS 201 (78.91% from 255) = 42.58%
R=4.66%
G=52.75%
B=42.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal222492010.9100.190.02167.3194.9853.14
Hex16F9C95B0132a75f35
Octal26371311133023224713765
Binary101101111100111001001101101101001110101001111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16F9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,249,201); }

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

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

 a { background-color: rgb(22,249,201); }

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

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

 span { border-color: rgb(22,249,201); }

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