#47e1ff

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

Shades of Turquoise Blue #47E1FF

Tints of Turquoise Blue #47E1FF

Color information

#47E1FF (or 0x47E1FF) is unknown color: approx Turquoise Blue. HEX triplet: 47, E1 and FF. RGB value is (71,225,255). Sum of RGB (Red+Green+Blue) = 71+225+255=551 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.89% from 551); Green value is 225 (88.28% from 255 or 40.83% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #47E1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E1FF is #B81E00. Grayscale: #B6B6B6. Windows color (decimal): -12066305 or 16769351. OLE color: 16769351.

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

Color convert

RGB71225255-
CMYK0.720.1200
HSL189.78º100%63.92%-
HSV(B)189.78º72.16%100%-
XYZ47.5762.41104.15-
YUV182.37168.9848.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.89%
GREEN value IS 225 (88.28% from 255) = 40.83%
BLUE value IS 255 (100% from 255) = 46.28%
R=12.89%
G=40.83%
B=46.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal712252550.720.1200189.7810063.92
Hex47E1FF48C00be6440
Octal1073413771101400276144100
Binary1000111111000011111111110010001100001011111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47e1ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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