#46FDC1

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

Shades of Turquoise #46FDC1

Tints of Turquoise #46FDC1

Color information

#46FDC1 (or 0x46FDC1) is unknown color: approx Turquoise. HEX triplet: 46, FD and C1. RGB value is (70,253,193). Sum of RGB (Red+Green+Blue) = 70+253+193=516 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.57% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #46FDC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FDC1 is #B9023E. Grayscale: #BFBFBF. Windows color (decimal): -12124735 or 12713286. OLE color: 12713286.

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

Color convert

RGB70253193-
CMYK0.7200.240.01
HSL160.33º97.86%63.33%-
HSV(B)160.33º72.33%99.22%-
XYZ47.2875.462.51-
YUV191.44128.8741.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.57%
GREEN value IS 253 (99.22% from 255) = 49.03%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=13.57%
G=49.03%
B=37.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal702531930.7200.240.01160.3397.8663.33
Hex46FDC1480181a0623f
Octal106375301110030124014277
Binary1000110111111011100000110010000110001101000001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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