#16F5DC

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

Shades of Bright Turquoise #16F5DC

Tints of Bright Turquoise #16F5DC

Color information

#16F5DC (or 0x16F5DC) is unknown color: approx Bright Turquoise. HEX triplet: 16, F5 and DC. RGB value is (22,245,220). Sum of RGB (Red+Green+Blue) = 22+245+220=487 (64% of max value = 765). Red value is 22 (8.98% from 255 or 4.52% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #16F5DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16F5DC is #E90A23. Grayscale: #AFAFAF. Windows color (decimal): -15272484 or 14480662. OLE color: 14480662.

HSL color Cylindrical-coordinate representation of color #16F5DC: hue angle of 173.27º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F5DC is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB22245220-
CMYK0.9100.100.04
HSL173.27º91.77%52.35%-
HSV(B)173.27º91.02%96.08%-
XYZ45.970.6478.93-
YUV175.47153.1218.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.52%
GREEN value IS 245 (96.09% from 255) = 50.31%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=4.52%
G=50.31%
B=45.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal222452200.9100.100.04173.2791.7752.35
Hex16F5DC5B0A4ad5c34
Octal26365334133012425513464
Binary101101111010111011100101101101010100101011011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16F5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,245,220); }

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

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

 a { background-color: rgb(22,245,220); }

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

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

 span { border-color: rgb(22,245,220); }

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