#46FCE5

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

Shades of Turquoise #46FCE5

Tints of Turquoise #46FCE5

Color information

#46FCE5 (or 0x46FCE5) is unknown color: approx Turquoise. HEX triplet: 46, FC and E5. RGB value is (70,252,229). Sum of RGB (Red+Green+Blue) = 70+252+229=551 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.70% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #46FCE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FCE5 is #B9031A. Grayscale: #C2C2C2. Windows color (decimal): -12124955 or 15072326. OLE color: 15072326.

HSL color Cylindrical-coordinate representation of color #46FCE5: hue angle of 172.42º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FCE5 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB70252229-
CMYK0.7200.090.01
HSL172.42º96.81%63.14%-
HSV(B)172.42º72.22%98.82%-
XYZ51.4876.5886.2-
YUV194.96147.238.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.70%
GREEN value IS 252 (98.83% from 255) = 45.74%
BLUE value IS 229 (89.84% from 255) = 41.56%
R=12.70%
G=45.74%
B=41.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal702522290.7200.090.01172.4296.8163.14
Hex46FCE548091ac613f
Octal106374345110011125414177
Binary100011011111100111001011001000010011101011001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,252,229); }

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

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

 a { background-color: rgb(70,252,229); }

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

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

 span { border-color: rgb(70,252,229); }

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