#47E7FD

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

Shades of Turquoise Blue #47E7FD

Tints of Turquoise Blue #47E7FD

Color information

#47E7FD (or 0x47E7FD) is unknown color: approx Turquoise Blue. HEX triplet: 47, E7 and FD. RGB value is (71,231,253). Sum of RGB (Red+Green+Blue) = 71+231+253=555 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.79% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #47E7FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47E7FD is #B81802. Grayscale: #B9B9B9. Windows color (decimal): -12064771 or 16639815. OLE color: 16639815.

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

Color convert

RGB71231253-
CMYK0.720.0900.01
HSL187.25º97.85%63.53%-
HSV(B)187.25º71.94%99.22%-
XYZ48.965.58103.01-
YUV185.67165.9946.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.79%
GREEN value IS 231 (90.62% from 255) = 41.62%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=12.79%
G=41.62%
B=45.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal712312530.720.0900.01187.2597.8563.53
Hex47E7FD48901bb6240
Octal1073473751101101273142100
Binary1000111111001111111110110010001001011011101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,231,253); }

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

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

 a { background-color: rgb(71,231,253); }

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

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

 span { border-color: rgb(71,231,253); }

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