#47F6BD

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

Shades of Turquoise #47F6BD

Tints of Turquoise #47F6BD

Color information

#47F6BD (or 0x47F6BD) is unknown color: approx Turquoise. HEX triplet: 47, F6 and BD. RGB value is (71,246,189). Sum of RGB (Red+Green+Blue) = 71+246+189=506 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.03% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #47F6BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F6BD is #B80942. Grayscale: #BBBBBB. Windows color (decimal): -12060995 or 12449351. OLE color: 12449351.

HSL color Cylindrical-coordinate representation of color #47F6BD: hue angle of 160.46º 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 #47F6BD is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB71246189-
CMYK0.7100.230.04
HSL160.46º90.67%62.16%-
HSV(B)160.46º71.14%96.47%-
XYZ44.7470.9359.48-
YUV187.18129.0245.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.03%
GREEN value IS 246 (96.48% from 255) = 48.62%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=14.03%
G=48.62%
B=37.35%

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
Decimal712461890.7100.230.04160.4690.6762.16
Hex47F6BD470174a05b3e
Octal107366275107027424013376
Binary100011111110110101111011000111010111100101000001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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