#46FBD0

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

Shades of Turquoise #46FBD0

Tints of Turquoise #46FBD0

Color information

#46FBD0 (or 0x46FBD0) is unknown color: approx Turquoise. HEX triplet: 46, FB and D0. RGB value is (70,251,208). Sum of RGB (Red+Green+Blue) = 70+251+208=529 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.23% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #46FBD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FBD0 is #B9042F. Grayscale: #BFBFBF. Windows color (decimal): -12125232 or 13695814. OLE color: 13695814.

HSL color Cylindrical-coordinate representation of color #46FBD0: hue angle of 165.75º degrees, saturation: 0.96, 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 #46FBD0 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB70251208-
CMYK0.7200.170.02
HSL165.75º95.77%62.94%-
HSV(B)165.75º72.11%98.43%-
XYZ48.4174.8571.57-
YUV191.98137.0341-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.23%
GREEN value IS 251 (98.44% from 255) = 47.45%
BLUE value IS 208 (81.64% from 255) = 39.32%
R=13.23%
G=47.45%
B=39.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702512080.7200.170.02165.7595.7762.94
Hex46FBD0480112a6603f
Octal106373320110021224614077
Binary10001101111101111010000100100001000110101001101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,251,208); }

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

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

 a { background-color: rgb(70,251,208); }

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

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

 span { border-color: rgb(70,251,208); }

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