#46FDE8

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

Shades of Turquoise #46FDE8

Tints of Turquoise #46FDE8

Color information

#46FDE8 (or 0x46FDE8) is unknown color: approx Turquoise. HEX triplet: 46, FD and E8. RGB value is (70,253,232). Sum of RGB (Red+Green+Blue) = 70+253+232=555 (73% of max value = 765). Red value is 70 (27.73% from 255 or 12.61% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #46FDE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46FDE8 is #B90217. Grayscale: #C3C3C3. Windows color (decimal): -12124696 or 15269190. OLE color: 15269190.

HSL color Cylindrical-coordinate representation of color #46FDE8: hue angle of 173.11º degrees, saturation: 0.98, 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 #46FDE8 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB70253232-
CMYK0.7200.080.01
HSL173.11º97.86%63.33%-
HSV(B)173.11º72.33%99.22%-
XYZ52.2277.3888.53-
YUV195.89148.3738.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.61%
GREEN value IS 253 (99.22% from 255) = 45.59%
BLUE value IS 232 (91.02% from 255) = 41.80%
R=12.61%
G=45.59%
B=41.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal702532320.7200.080.01173.1197.8663.33
Hex46FDE848081ad623f
Octal106375350110010125514277
Binary100011011111101111010001001000010001101011011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,253,232); }

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

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

 a { background-color: rgb(70,253,232); }

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

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

 span { border-color: rgb(70,253,232); }

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