#16EBD5

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

Shades of Bright Turquoise #16EBD5

Tints of Bright Turquoise #16EBD5

Color information

#16EBD5 (or 0x16EBD5) is unknown color: approx Bright Turquoise. HEX triplet: 16, EB and D5. RGB value is (22,235,213). Sum of RGB (Red+Green+Blue) = 22+235+213=470 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.68% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #16EBD5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16EBD5 is #E9142A. Grayscale: #A8A8A8. Windows color (decimal): -15275051 or 14019350. OLE color: 14019350.

HSL color Cylindrical-coordinate representation of color #16EBD5: hue angle of 173.8º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16EBD5 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB22235213-
CMYK0.9100.090.08
HSL173.8º84.19%50.39%-
HSV(B)173.8º90.64%92.16%-
XYZ42.0564.3973.16-
YUV168.8152.9323.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.68%
GREEN value IS 235 (92.19% from 255) = 50%
BLUE value IS 213 (83.59% from 255) = 45.32%
R=4.68%
G=50%
B=45.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal222352130.9100.090.08173.884.1950.39
Hex16EBD55B098ae5432
Octal263533251330111025612462
Binary1011011101011110101011011011010011000101011101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16EBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,235,213); }

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

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

 a { background-color: rgb(22,235,213); }

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

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

 span { border-color: rgb(22,235,213); }

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