#47e8fe

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

Shades of Turquoise Blue #47E8FE

Tints of Turquoise Blue #47E8FE

Color information

#47E8FE (or 0x47E8FE) is unknown color: approx Turquoise Blue. HEX triplet: 47, E8 and FE. RGB value is (71,232,254). Sum of RGB (Red+Green+Blue) = 71+232+254=557 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.75% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #47E8FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47E8FE is #B81701. Grayscale: #BABABA. Windows color (decimal): -12064514 or 16705607. OLE color: 16705607.

HSL color Cylindrical-coordinate representation of color #47E8FE: hue angle of 187.21º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47E8FE is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB71232254-
CMYK0.720.0900.00
HSL187.21º98.92%63.73%-
HSV(B)187.21º72.05%99.61%-
XYZ49.3466.21103.94-
YUV186.37166.1645.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.75%
GREEN value IS 232 (91.02% from 255) = 41.65%
BLUE value IS 254 (99.61% from 255) = 45.60%
R=12.75%
G=41.65%
B=45.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal712322540.720.0900.00187.2198.9263.73
Hex47E8FE48900bb6340
Octal1073503761101100273143100
Binary1000111111010001111111010010001001001011101111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47e8fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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