#16EFD4

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

Shades of Bright Turquoise #16EFD4

Tints of Bright Turquoise #16EFD4

Color information

#16EFD4 (or 0x16EFD4) is unknown color: approx Bright Turquoise. HEX triplet: 16, EF and D4. RGB value is (22,239,212). Sum of RGB (Red+Green+Blue) = 22+239+212=473 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.65% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #16EFD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16EFD4 is #E9102B. Grayscale: #AAAAAA. Windows color (decimal): -15274028 or 13954838. OLE color: 13954838.

HSL color Cylindrical-coordinate representation of color #16EFD4: hue angle of 172.53º degrees, saturation: 0.87, 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 #16EFD4 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB22239212-
CMYK0.9100.110.06
HSL172.53º87.15%51.18%-
HSV(B)172.53º90.79%93.73%-
XYZ43.0866.6672.88-
YUV171.04151.1121.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.65%
GREEN value IS 239 (93.75% from 255) = 50.53%
BLUE value IS 212 (83.20% from 255) = 44.82%
R=4.65%
G=50.53%
B=44.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal222392120.9100.110.06172.5387.1551.18
Hex16EFD45B0B6ad5733
Octal26357324133013625512763
Binary101101110111111010100101101101011110101011011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16EFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,239,212); }

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

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

 a { background-color: rgb(22,239,212); }

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

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

 span { border-color: rgb(22,239,212); }

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