#46CCE1

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

Shades of Medium Turquoise #46CCE1

Tints of Medium Turquoise #46CCE1

Color information

#46CCE1 (or 0x46CCE1) is unknown color: approx Medium Turquoise. HEX triplet: 46, CC and E1. RGB value is (70,204,225). Sum of RGB (Red+Green+Blue) = 70+204+225=499 (66% of max value = 765). Red value is 70 (27.73% from 255 or 14.03% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #46CCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CCE1 is #B9331E. Grayscale: #A6A6A6. Windows color (decimal): -12137247 or 14797894. OLE color: 14797894.

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

Color convert

RGB70204225-
CMYK0.690.0900.12
HSL188.13º72.09%57.84%-
HSV(B)188.13º68.89%88.24%-
XYZ37.7149.9278.88-
YUV166.33161.1159.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.03%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 225 (88.28% from 255) = 45.09%
R=14.03%
G=40.88%
B=45.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal702042250.690.0900.12188.1372.0957.84
Hex46CCE14590Cbc483a
Octal1063143411051101427411072
Binary100011011001100111000011000101100101100101111001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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