#47F9B2

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

Shades of Turquoise #47F9B2

Tints of Turquoise #47F9B2

Color information

#47F9B2 (or 0x47F9B2) is unknown color: approx Turquoise. HEX triplet: 47, F9 and B2. RGB value is (71,249,178). Sum of RGB (Red+Green+Blue) = 71+249+178=498 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.26% from 498); Green value is 249 (97.66% from 255 or 50% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 249 - color contains mainly: green. Hex color #47F9B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47F9B2 is #B8064D. Grayscale: #BBBBBB. Windows color (decimal): -12060238 or 11729223. OLE color: 11729223.

HSL color Cylindrical-coordinate representation of color #47F9B2: hue angle of 156.07º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F9B2 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB71249178-
CMYK0.7100.290.02
HSL156.07º93.68%62.75%-
HSV(B)156.07º71.49%97.65%-
XYZ44.5172.3153.73-
YUV187.68122.5344.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.26%
GREEN value IS 249 (97.66% from 255) = 50%
BLUE value IS 178 (69.92% from 255) = 35.74%
R=14.26%
G=50%
B=35.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal712491780.7100.290.02156.0793.6862.75
Hex47F9B24701D29c5e3f
Octal107371262107035223413677
Binary10001111111100110110010100011101110110100111001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,249,178); }

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

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

 a { background-color: rgb(71,249,178); }

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

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

 span { border-color: rgb(71,249,178); }

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