#16EFD6

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

Shades of Bright Turquoise #16EFD6

Tints of Bright Turquoise #16EFD6

Color information

#16EFD6 (or 0x16EFD6) is unknown color: approx Bright Turquoise. HEX triplet: 16, EF and D6. RGB value is (22,239,214). Sum of RGB (Red+Green+Blue) = 22+239+214=475 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.63% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #16EFD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16EFD6 is #E91029. Grayscale: #ABABAB. Windows color (decimal): -15274026 or 14085910. OLE color: 14085910.

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

Color convert

RGB22239214-
CMYK0.9100.100.06
HSL173.09º87.15%51.18%-
HSV(B)173.09º90.79%93.73%-
XYZ43.3366.7674.22-
YUV171.27152.1121.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.63%
GREEN value IS 239 (93.75% from 255) = 50.32%
BLUE value IS 214 (83.98% from 255) = 45.05%
R=4.63%
G=50.32%
B=45.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal222392140.9100.100.06173.0987.1551.18
Hex16EFD65B0A6ad5733
Octal26357326133012625512763
Binary101101110111111010110101101101010110101011011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16EFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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