#46D3E4

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

Shades of Medium Turquoise #46D3E4

Tints of Medium Turquoise #46D3E4

Color information

#46D3E4 (or 0x46D3E4) is unknown color: approx Medium Turquoise. HEX triplet: 46, D3 and E4. RGB value is (70,211,228). Sum of RGB (Red+Green+Blue) = 70+211+228=509 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.75% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #46D3E4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D3E4 is #B92C1B. Grayscale: #AAAAAA. Windows color (decimal): -12135452 or 14996294. OLE color: 14996294.

HSL color Cylindrical-coordinate representation of color #46D3E4: hue angle of 186.46º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46D3E4 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB70211228-
CMYK0.690.0700.11
HSL186.46º74.53%58.43%-
HSV(B)186.46º69.3%89.41%-
XYZ39.8253.4981.62-
YUV170.78160.2956.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.75%
GREEN value IS 211 (82.81% from 255) = 41.45%
BLUE value IS 228 (89.45% from 255) = 44.79%
R=13.75%
G=41.45%
B=44.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal702112280.690.0700.11186.4674.5358.43
Hex46D3E44570Bba4b3a
Octal106323344105701327211372
Binary10001101101001111100100100010111101011101110101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,211,228); }

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

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

 a { background-color: rgb(70,211,228); }

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

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

 span { border-color: rgb(70,211,228); }

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