#46D7BA

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

Shades of Medium Turquoise #46D7BA

Tints of Medium Turquoise #46D7BA

Color information

#46D7BA (or 0x46D7BA) is unknown color: approx Medium Turquoise. HEX triplet: 46, D7 and BA. RGB value is (70,215,186). Sum of RGB (Red+Green+Blue) = 70+215+186=471 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.86% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #46D7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D7BA is #B92845. Grayscale: #A8A8A8. Windows color (decimal): -12134470 or 12244806. OLE color: 12244806.

HSL color Cylindrical-coordinate representation of color #46D7BA: hue angle of 168º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D7BA is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB70215186-
CMYK0.6700.130.16
HSL168º64.44%55.88%-
HSV(B)168º67.44%84.31%-
XYZ35.6953.4554.89-
YUV168.34137.9657.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.86%
GREEN value IS 215 (84.38% from 255) = 45.65%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=14.86%
G=45.65%
B=39.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal702151860.6700.130.1616864.4455.88
Hex46D7BA430D10a84038
Octal1063272721030152025010070
Binary1000110110101111011101010000110110110000101010001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46D7BA; }

 p { color: rgb(70,215,186); }

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

<style>
 a { background-color: #46D7BA; }

 a { background-color: rgb(70,215,186); }

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

<style>
 span { border-color: #46D7BA; }

 span { border-color: rgb(70,215,186); }

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