#16D8E4

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

Shades of Bright Turquoise #16D8E4

Tints of Bright Turquoise #16D8E4

Color information

#16D8E4 (or 0x16D8E4) is unknown color: approx Bright Turquoise. HEX triplet: 16, D8 and E4. RGB value is (22,216,228). Sum of RGB (Red+Green+Blue) = 22+216+228=466 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.72% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #16D8E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16D8E4 is #E9271B. Grayscale: #9F9F9F. Windows color (decimal): -15279900 or 14997526. OLE color: 14997526.

HSL color Cylindrical-coordinate representation of color #16D8E4: hue angle of 183.5º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D8E4 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22216228-
CMYK0.900.0500.11
HSL183.5º82.4%49.02%-
HSV(B)183.5º90.35%89.41%-
XYZ38.8954.8881.94-
YUV159.36166.7330.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.72%
GREEN value IS 216 (84.77% from 255) = 46.35%
BLUE value IS 228 (89.45% from 255) = 48.93%
R=4.72%
G=46.35%
B=48.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal222162280.900.0500.11183.582.449.02
Hex16D8E45A50Bb75231
Octal26330344132501326712261
Binary101101101100011100100101101010101011101101111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,216,228); }

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

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

 a { background-color: rgb(22,216,228); }

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

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

 span { border-color: rgb(22,216,228); }

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