#46e4cc

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

Shades of Turquoise #46E4CC

Tints of Turquoise #46E4CC

Color information

#46E4CC (or 0x46E4CC) is unknown color: approx Turquoise. HEX triplet: 46, E4 and CC. RGB value is (70,228,204). Sum of RGB (Red+Green+Blue) = 70+228+204=502 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.94% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #46E4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46E4CC is #B91B33. Grayscale: #B1B1B1. Windows color (decimal): -12131124 or 13427782. OLE color: 13427782.

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

Color convert

RGB70228204-
CMYK0.6900.110.11
HSL170.89º74.53%58.43%-
HSV(B)170.89º69.3%89.41%-
XYZ41.1761.1566.76-
YUV178.02142.6550.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.94%
GREEN value IS 228 (89.45% from 255) = 45.42%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=13.94%
G=45.42%
B=40.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal702282040.6900.110.11170.8974.5358.43
Hex46E4CC450BBab4b3a
Octal1063443141050131325311372
Binary100011011100100110011001000101010111011101010111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46e4cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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