#47FFE3

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

Shades of Turquoise #47FFE3

Tints of Turquoise #47FFE3

Color information

#47FFE3 (or 0x47FFE3) is unknown color: approx Turquoise. HEX triplet: 47, FF and E3. RGB value is (71,255,227). Sum of RGB (Red+Green+Blue) = 71+255+227=553 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.84% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFE3 is #B8001C. Grayscale: #C4C4C4. Windows color (decimal): -12058653 or 14942023. OLE color: 14942023.

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

Color convert

RGB71255227-
CMYK0.7200.110
HSL170.87º100%63.92%-
HSV(B)170.87º72.16%100%-
XYZ52.2278.4185.05-
YUV196.79145.0438.28-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal712552270.7200.110170.8710063.92
Hex47FFE3480B0ab6440
Octal1073773431100130253144100
Binary1000111111111111110001110010000101101010101111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47FFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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