#46FAE0

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

Shades of Turquoise #46FAE0

Tints of Turquoise #46FAE0

Color information

#46FAE0 (or 0x46FAE0) is unknown color: approx Turquoise. HEX triplet: 46, FA and E0. RGB value is (70,250,224). Sum of RGB (Red+Green+Blue) = 70+250+224=544 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.87% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #46FAE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FAE0 is #B9051F. Grayscale: #C1C1C1. Windows color (decimal): -12125472 or 14744134. OLE color: 14744134.

HSL color Cylindrical-coordinate representation of color #46FAE0: hue angle of 171.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FAE0 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB70250224-
CMYK0.7200.100.02
HSL171.33º94.74%62.75%-
HSV(B)171.33º72%98.04%-
XYZ50.1775.0682.36-
YUV193.22145.3740.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.87%
GREEN value IS 250 (98.05% from 255) = 45.96%
BLUE value IS 224 (87.89% from 255) = 41.18%
R=12.87%
G=45.96%
B=41.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702502240.7200.100.02171.3394.7462.75
Hex46FAE0480A2ab5f3f
Octal106372340110012225313777
Binary1000110111110101110000010010000101010101010111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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