#46FBCF

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

Shades of Turquoise #46FBCF

Tints of Turquoise #46FBCF

Color information

#46FBCF (or 0x46FBCF) is unknown color: approx Turquoise. HEX triplet: 46, FB and CF. RGB value is (70,251,207). Sum of RGB (Red+Green+Blue) = 70+251+207=528 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.26% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #46FBCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FBCF is #B90430. Grayscale: #BFBFBF. Windows color (decimal): -12125233 or 13630278. OLE color: 13630278.

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

Color convert

RGB70251207-
CMYK0.7200.180.02
HSL165.41º95.77%62.94%-
HSV(B)165.41º72.11%98.43%-
XYZ48.2974.870.92-
YUV191.86136.5341.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.26%
GREEN value IS 251 (98.44% from 255) = 47.54%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=13.26%
G=47.54%
B=39.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702512070.7200.180.02165.4195.7762.94
Hex46FBCF480122a5603f
Octal106373317110022224514077
Binary10001101111101111001111100100001001010101001011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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