#46CCB9

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

Shades of Medium Turquoise #46CCB9

Tints of Medium Turquoise #46CCB9

Color information

#46CCB9 (or 0x46CCB9) is unknown color: approx Medium Turquoise. HEX triplet: 46, CC and B9. RGB value is (70,204,185). Sum of RGB (Red+Green+Blue) = 70+204+185=459 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.25% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #46CCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CCB9 is #B93346. Grayscale: #A1A1A1. Windows color (decimal): -12137287 or 12176454. OLE color: 12176454.

HSL color Cylindrical-coordinate representation of color #46CCB9: hue angle of 171.49º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CCB9 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB70204185-
CMYK0.6600.090.2
HSL171.49º56.78%53.73%-
HSV(B)171.49º65.69%80%-
XYZ32.8847.9953.43-
YUV161.77141.1162.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.25%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 185 (72.66% from 255) = 40.31%
R=15.25%
G=44.44%
B=40.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal702041850.6600.090.2171.4956.7853.73
Hex46CCB9420914ab3936
Octal106314271102011242537166
Binary100011011001100101110011000010010011010010101011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,204,185); }

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

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

 a { background-color: rgb(70,204,185); }

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

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

 span { border-color: rgb(70,204,185); }

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