#47e8f1

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

Shades of Turquoise #47E8F1

Tints of Turquoise #47E8F1

Color information

#47E8F1 (or 0x47E8F1) is unknown color: approx Turquoise. HEX triplet: 47, E8 and F1. RGB value is (71,232,241). Sum of RGB (Red+Green+Blue) = 71+232+241=544 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.05% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #47E8F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47E8F1 is #B8170E. Grayscale: #B8B8B8. Windows color (decimal): -12064527 or 15853639. OLE color: 15853639.

HSL color Cylindrical-coordinate representation of color #47E8F1: hue angle of 183.18º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47E8F1 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB71232241-
CMYK0.710.0400.05
HSL183.18º85.86%61.18%-
HSV(B)183.18º70.54%94.51%-
XYZ47.3365.493.35-
YUV184.89159.6646.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.05%
GREEN value IS 232 (91.02% from 255) = 42.65%
BLUE value IS 241 (94.53% from 255) = 44.30%
R=13.05%
G=42.65%
B=44.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal712322410.710.0400.05183.1885.8661.18
Hex47E8F147405b7563d
Octal10735036110740526712675
Binary1000111111010001111000110001111000101101101111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47e8f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,232,241); }

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

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

 a { background-color: rgb(71,232,241); }

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

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

 span { border-color: rgb(71,232,241); }

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