#47E5FD

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

Shades of Turquoise Blue #47E5FD

Tints of Turquoise Blue #47E5FD

Color information

#47E5FD (or 0x47E5FD) is unknown color: approx Turquoise Blue. HEX triplet: 47, E5 and FD. RGB value is (71,229,253). Sum of RGB (Red+Green+Blue) = 71+229+253=553 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.84% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #47E5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E5FD is #B81A02. Grayscale: #B8B8B8. Windows color (decimal): -12065283 or 16639303. OLE color: 16639303.

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

Color convert

RGB71229253-
CMYK0.720.0900.01
HSL187.91º97.85%63.53%-
HSV(B)187.91º71.94%99.22%-
XYZ48.3564.47102.82-
YUV184.49166.6547.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.84%
GREEN value IS 229 (89.84% from 255) = 41.41%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=12.84%
G=41.41%
B=45.75%

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
Decimal712292530.720.0900.01187.9197.8563.53
Hex47E5FD48901bc6240
Octal1073453751101101274142100
Binary1000111111001011111110110010001001011011110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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