#46FFE0

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

Shades of Turquoise #46FFE0

Tints of Turquoise #46FFE0

Color information

#46FFE0 (or 0x46FFE0) is unknown color: approx Turquoise. HEX triplet: 46, FF and E0. RGB value is (70,255,224). Sum of RGB (Red+Green+Blue) = 70+255+224=549 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.75% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFE0 is #B9001F. Grayscale: #C4C4C4. Windows color (decimal): -12124192 or 14745414. OLE color: 14745414.

HSL color Cylindrical-coordinate representation of color #46FFE0: hue angle of 169.95º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FFE0 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB70255224-
CMYK0.7300.120
HSL169.95º100%63.73%-
HSV(B)169.95º72.55%100%-
XYZ51.7478.282.89-
YUV196.15143.7138.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.75%
GREEN value IS 255 (100% from 255) = 46.45%
BLUE value IS 224 (87.89% from 255) = 40.80%
R=12.75%
G=46.45%
B=40.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal702552240.7300.120169.9510063.73
Hex46FFE0490C0aa6440
Octal1063773401110140252144100
Binary1000110111111111110000010010010110001010101011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,255,224); }

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

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

 a { background-color: rgb(70,255,224); }

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

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

 span { border-color: rgb(70,255,224); }

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