#46C8BC

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

Shades of Medium Turquoise #46C8BC

Tints of Medium Turquoise #46C8BC

Color information

#46C8BC (or 0x46C8BC) is unknown color: approx Medium Turquoise. HEX triplet: 46, C8 and BC. RGB value is (70,200,188). Sum of RGB (Red+Green+Blue) = 70+200+188=458 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.28% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 200 - color contains mainly: green. Hex color #46C8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C8BC is #B93743. Grayscale: #9F9F9F. Windows color (decimal): -12138308 or 12372038. OLE color: 12372038.

HSL color Cylindrical-coordinate representation of color #46C8BC: hue angle of 174.46º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C8BC is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB70200188-
CMYK0.6500.060.22
HSL174.46º54.17%52.94%-
HSV(B)174.46º65%78.43%-
XYZ32.2646.2454.8-
YUV159.76143.9363.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.28%
GREEN value IS 200 (78.52% from 255) = 43.67%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=15.28%
G=43.67%
B=41.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal702001880.6500.060.22174.4654.1752.94
Hex46C8BC410616ae3635
Octal10631027410106262566665
Binary10001101100100010111100100000101101011010101110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,200,188); }

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

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

 a { background-color: rgb(70,200,188); }

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

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

 span { border-color: rgb(70,200,188); }

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