#47E2F8

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

Shades of Turquoise Blue #47E2F8

Tints of Turquoise Blue #47E2F8

Color information

#47E2F8 (or 0x47E2F8) is unknown color: approx Turquoise Blue. HEX triplet: 47, E2 and F8. RGB value is (71,226,248). Sum of RGB (Red+Green+Blue) = 71+226+248=545 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.03% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #47E2F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E2F8 is #B81D07. Grayscale: #B5B5B5. Windows color (decimal): -12066056 or 16310855. OLE color: 16310855.

HSL color Cylindrical-coordinate representation of color #47E2F8: hue angle of 187.46º 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 #47E2F8 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB71226248-
CMYK0.710.0900.03
HSL187.46º92.67%62.55%-
HSV(B)187.46º71.37%97.25%-
XYZ46.7462.5198.41-
YUV182.16165.1548.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.03%
GREEN value IS 226 (88.67% from 255) = 41.47%
BLUE value IS 248 (97.27% from 255) = 45.50%
R=13.03%
G=41.47%
B=45.50%

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
Decimal712262480.710.0900.03187.4692.6762.55
Hex47E2F847903bb5d3f
Octal107342370107110327313577
Binary1000111111000101111100010001111001011101110111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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