#16EBD4

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

Shades of Bright Turquoise #16EBD4

Tints of Bright Turquoise #16EBD4

Color information

#16EBD4 (or 0x16EBD4) is unknown color: approx Bright Turquoise. HEX triplet: 16, EB and D4. RGB value is (22,235,212). Sum of RGB (Red+Green+Blue) = 22+235+212=469 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.69% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #16EBD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16EBD4 is #E9142B. Grayscale: #A8A8A8. Windows color (decimal): -15275052 or 13953814. OLE color: 13953814.

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

Color convert

RGB22235212-
CMYK0.9100.100.08
HSL173.52º84.19%50.39%-
HSV(B)173.52º90.64%92.16%-
XYZ41.9264.3472.5-
YUV168.69152.4323.37-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal222352120.9100.100.08173.5284.1950.39
Hex16EBD45B0A8ae5432
Octal263533241330121025612462
Binary1011011101011110101001011011010101000101011101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16EBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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