#46FEB4

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

Shades of Turquoise #46FEB4

Tints of Turquoise #46FEB4

Color information

#46FEB4 (or 0x46FEB4) is unknown color: approx Turquoise. HEX triplet: 46, FE and B4. RGB value is (70,254,180). Sum of RGB (Red+Green+Blue) = 70+254+180=504 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.89% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #46FEB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FEB4 is #B9014B. Grayscale: #BEBEBE. Windows color (decimal): -12124492 or 11861574. OLE color: 11861574.

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

Color convert

RGB70254180-
CMYK0.7200.290.00
HSL155.87º98.92%63.53%-
HSV(B)155.87º72.44%99.61%-
XYZ46.2175.4855.31-
YUV190.55122.0442.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.89%
GREEN value IS 254 (99.61% from 255) = 50.40%
BLUE value IS 180 (70.70% from 255) = 35.71%
R=13.89%
G=50.40%
B=35.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal702541800.7200.290.00155.8798.9263.53
Hex46FEB44801D09c6340
Octal1063762641100350234143100
Binary10001101111111010110100100100001110101001110011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,254,180); }

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

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

 a { background-color: rgb(70,254,180); }

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

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

 span { border-color: rgb(70,254,180); }

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