#16F9CA

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

Shades of Bright Turquoise #16F9CA

Tints of Bright Turquoise #16F9CA

Color information

#16F9CA (or 0x16F9CA) is unknown color: approx Bright Turquoise. HEX triplet: 16, F9 and CA. RGB value is (22,249,202). Sum of RGB (Red+Green+Blue) = 22+249+202=473 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.65% from 473); Green value is 249 (97.66% from 255 or 52.64% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 249 - color contains mainly: green. Hex color #16F9CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16F9CA is #E90635. Grayscale: #AFAFAF. Windows color (decimal): -15271478 or 13302038. OLE color: 13302038.

HSL color Cylindrical-coordinate representation of color #16F9CA: hue angle of 167.58º 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 #16F9CA is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB22249202-
CMYK0.9100.190.02
HSL167.58º94.98%53.14%-
HSV(B)167.58º91.16%97.65%-
XYZ44.8772.1967.45-
YUV175.77142.7918.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.65%
GREEN value IS 249 (97.66% from 255) = 52.64%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=4.65%
G=52.64%
B=42.71%

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
Decimal222492020.9100.190.02167.5894.9853.14
Hex16F9CA5B0132a85f35
Octal26371312133023225013765
Binary101101111100111001010101101101001110101010001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16F9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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