#46cabf

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

Shades of Medium Turquoise #46CABF

Tints of Medium Turquoise #46CABF

Color information

#46CABF (or 0x46CABF) is unknown color: approx Medium Turquoise. HEX triplet: 46, CA and BF. RGB value is (70,202,191). Sum of RGB (Red+Green+Blue) = 70+202+191=463 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.12% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #46CABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CABF is #B93540. Grayscale: #A1A1A1. Windows color (decimal): -12137793 or 12569158. OLE color: 12569158.

HSL color Cylindrical-coordinate representation of color #46CABF: hue angle of 175º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46CABF is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB70202191-
CMYK0.6500.050.21
HSL175º55.46%53.33%-
HSV(B)175º65.35%79.22%-
XYZ33.0547.356.68-
YUV161.28144.7762.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.12%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 191 (75% from 255) = 41.25%
R=15.12%
G=43.63%
B=41.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal702021910.6500.050.2117555.4653.33
Hex46CABF410515af3735
Octal10631227710105252576765
Binary10001101100101010111111100000101011010110101111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46cabf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,202,191); }

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

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

 a { background-color: rgb(70,202,191); }

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

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

 span { border-color: rgb(70,202,191); }

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