#16D4EB

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

Shades of Bright Turquoise #16D4EB

Tints of Bright Turquoise #16D4EB

Color information

#16D4EB (or 0x16D4EB) is unknown color: approx Bright Turquoise. HEX triplet: 16, D4 and EB. RGB value is (22,212,235). Sum of RGB (Red+Green+Blue) = 22+212+235=469 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.69% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #16D4EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16D4EB is #E92B14. Grayscale: #9D9D9D. Windows color (decimal): -15280917 or 15455254. OLE color: 15455254.

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

Color convert

RGB22212235-
CMYK0.910.1000.08
HSL186.48º84.19%50.39%-
HSV(B)186.48º90.64%92.16%-
XYZ38.8753.2686.83-
YUV157.81171.5531.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.69%
GREEN value IS 212 (83.20% from 255) = 45.20%
BLUE value IS 235 (92.19% from 255) = 50.11%
R=4.69%
G=45.20%
B=50.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal222122350.910.1000.08186.4884.1950.39
Hex16D4EB5BA08ba5432
Octal263243531331201027212462
Binary1011011010100111010111011011101001000101110101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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