#47F6BE

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

Shades of Turquoise #47F6BE

Tints of Turquoise #47F6BE

Color information

#47F6BE (or 0x47F6BE) is unknown color: approx Turquoise. HEX triplet: 47, F6 and BE. RGB value is (71,246,190). Sum of RGB (Red+Green+Blue) = 71+246+190=507 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.00% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #47F6BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F6BE is #B80941. Grayscale: #BBBBBB. Windows color (decimal): -12060994 or 12514887. OLE color: 12514887.

HSL color Cylindrical-coordinate representation of color #47F6BE: hue angle of 160.8º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F6BE is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB71246190-
CMYK0.7100.230.04
HSL160.8º90.67%62.16%-
HSV(B)160.8º71.14%96.47%-
XYZ44.8570.9760.05-
YUV187.29129.5245.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.00%
GREEN value IS 246 (96.48% from 255) = 48.52%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=14.00%
G=48.52%
B=37.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal712461900.7100.230.04160.890.6762.16
Hex47F6BE470174a15b3e
Octal107366276107027424113376
Binary100011111110110101111101000111010111100101000011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47F6BE; }

 p { color: rgb(71,246,190); }

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

<style>
 a { background-color: #47F6BE; }

 a { background-color: rgb(71,246,190); }

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

<style>
 span { border-color: #47F6BE; }

 span { border-color: rgb(71,246,190); }

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