#46D1E1

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

Shades of Medium Turquoise #46D1E1

Tints of Medium Turquoise #46D1E1

Color information

#46D1E1 (or 0x46D1E1) is unknown color: approx Medium Turquoise. HEX triplet: 46, D1 and E1. RGB value is (70,209,225). Sum of RGB (Red+Green+Blue) = 70+209+225=504 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.89% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #46D1E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D1E1 is #B92E1E. Grayscale: #A9A9A9. Windows color (decimal): -12135967 or 14799174. OLE color: 14799174.

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

Color convert

RGB70209225-
CMYK0.690.0700.12
HSL186.19º72.09%57.84%-
HSV(B)186.19º68.89%88.24%-
XYZ38.9252.3479.29-
YUV169.26159.4557.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.89%
GREEN value IS 209 (82.03% from 255) = 41.47%
BLUE value IS 225 (88.28% from 255) = 44.64%
R=13.89%
G=41.47%
B=44.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal702092250.690.0700.12186.1972.0957.84
Hex46D1E14570Cba483a
Octal106321341105701427211072
Binary10001101101000111100001100010111101100101110101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,209,225); }

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

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

 a { background-color: rgb(70,209,225); }

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

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

 span { border-color: rgb(70,209,225); }

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