#46CCBA

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

Shades of Medium Turquoise #46CCBA

Tints of Medium Turquoise #46CCBA

Color information

#46CCBA (or 0x46CCBA) is unknown color: approx Medium Turquoise. HEX triplet: 46, CC and BA. RGB value is (70,204,186). Sum of RGB (Red+Green+Blue) = 70+204+186=460 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.22% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #46CCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CCBA is #B93345. Grayscale: #A1A1A1. Windows color (decimal): -12137286 or 12241990. OLE color: 12241990.

HSL color Cylindrical-coordinate representation of color #46CCBA: hue angle of 171.94º 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 #46CCBA is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB70204186-
CMYK0.6600.090.2
HSL171.94º56.78%53.73%-
HSV(B)171.94º65.69%80%-
XYZ32.9848.0353.99-
YUV161.88141.6162.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.22%
GREEN value IS 204 (80.08% from 255) = 44.35%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=15.22%
G=44.35%
B=40.43%

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
Decimal702041860.6600.090.2171.9456.7853.73
Hex46CCBA420914ac3936
Octal106314272102011242547166
Binary100011011001100101110101000010010011010010101100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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