#16E3C3

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

Shades of Bright Turquoise #16E3C3

Tints of Bright Turquoise #16E3C3

Color information

#16E3C3 (or 0x16E3C3) is unknown color: approx Bright Turquoise. HEX triplet: 16, E3 and C3. RGB value is (22,227,195). Sum of RGB (Red+Green+Blue) = 22+227+195=444 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.95% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #16E3C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16E3C3 is #E91C3C. Grayscale: #A1A1A1. Windows color (decimal): -15277117 or 12837654. OLE color: 12837654.

HSL color Cylindrical-coordinate representation of color #16E3C3: hue angle of 170.63º 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 #16E3C3 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB22227195-
CMYK0.9000.140.11
HSL170.63º82.33%48.82%-
HSV(B)170.63º90.31%89.02%-
XYZ37.6559.0561.04-
YUV162.06146.5828.1-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.95%
GREEN value IS 227 (89.06% from 255) = 51.13%
BLUE value IS 195 (76.56% from 255) = 43.92%
R=4.95%
G=51.13%
B=43.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal222271950.9000.140.11170.6382.3348.82
Hex16E3C35A0EBab5231
Octal263433031320161325312261
Binary1011011100011110000111011010011101011101010111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16E3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,227,195); }

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

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

 a { background-color: rgb(22,227,195); }

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

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

 span { border-color: rgb(22,227,195); }

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