#47E3FF

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

Shades of Turquoise Blue #47E3FF

Tints of Turquoise Blue #47E3FF

Color information

#47E3FF (or 0x47E3FF) is unknown color: approx Turquoise Blue. HEX triplet: 47, E3 and FF. RGB value is (71,227,255). Sum of RGB (Red+Green+Blue) = 71+227+255=553 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.84% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #47E3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E3FF is #B81C00. Grayscale: #B7B7B7. Windows color (decimal): -12065793 or 16769863. OLE color: 16769863.

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

Color convert

RGB71227255-
CMYK0.720.1100
HSL189.13º100%63.92%-
HSV(B)189.13º72.16%100%-
XYZ48.1263.5104.33-
YUV183.55168.3247.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.84%
GREEN value IS 227 (89.06% from 255) = 41.05%
BLUE value IS 255 (100% from 255) = 46.11%
R=12.84%
G=41.05%
B=46.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal712272550.720.1100189.1310063.92
Hex47E3FF48B00bd6440
Octal1073433771101300275144100
Binary1000111111000111111111110010001011001011110111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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