#47E1F8

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

Shades of Turquoise Blue #47E1F8

Tints of Turquoise Blue #47E1F8

Color information

#47E1F8 (or 0x47E1F8) is unknown color: approx Turquoise Blue. HEX triplet: 47, E1 and F8. RGB value is (71,225,248). Sum of RGB (Red+Green+Blue) = 71+225+248=544 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.05% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #47E1F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E1F8 is #B81E07. Grayscale: #B5B5B5. Windows color (decimal): -12066312 or 16310599. OLE color: 16310599.

HSL color Cylindrical-coordinate representation of color #47E1F8: hue angle of 187.8º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47E1F8 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB71225248-
CMYK0.710.0900.03
HSL187.8º92.67%62.55%-
HSV(B)187.8º71.37%97.25%-
XYZ46.4761.9798.32-
YUV181.58165.4849.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.05%
GREEN value IS 225 (88.28% from 255) = 41.36%
BLUE value IS 248 (97.27% from 255) = 45.59%
R=13.05%
G=41.36%
B=45.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal712252480.710.0900.03187.892.6762.55
Hex47E1F847903bc5d3f
Octal107341370107110327413577
Binary1000111111000011111100010001111001011101111001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,225,248); }

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

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

 a { background-color: rgb(71,225,248); }

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

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

 span { border-color: rgb(71,225,248); }

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