#47FBD7

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

Shades of Turquoise #47FBD7

Tints of Turquoise #47FBD7

Color information

#47FBD7 (or 0x47FBD7) is unknown color: approx Turquoise. HEX triplet: 47, FB and D7. RGB value is (71,251,215). Sum of RGB (Red+Green+Blue) = 71+251+215=537 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.22% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #47FBD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FBD7 is #B80428. Grayscale: #C1C1C1. Windows color (decimal): -12059689 or 14154567. OLE color: 14154567.

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

Color convert

RGB71251215-
CMYK0.7200.140.02
HSL168º95.74%63.14%-
HSV(B)168º71.71%98.43%-
XYZ49.3675.2476.21-
YUV193.08140.3740.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.22%
GREEN value IS 251 (98.44% from 255) = 46.74%
BLUE value IS 215 (84.38% from 255) = 40.04%
R=13.22%
G=46.74%
B=40.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal712512150.7200.140.0216895.7463.14
Hex47FBD7480E2a8603f
Octal107373327110016225014077
Binary1000111111110111101011110010000111010101010001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47FBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,251,215); }

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

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

 a { background-color: rgb(71,251,215); }

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

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

 span { border-color: rgb(71,251,215); }

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