#47e8df

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

Shades of Turquoise #47E8DF

Tints of Turquoise #47E8DF

Color information

#47E8DF (or 0x47E8DF) is unknown color: approx Turquoise. HEX triplet: 47, E8 and DF. RGB value is (71,232,223). Sum of RGB (Red+Green+Blue) = 71+232+223=526 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.50% from 526); Green value is 232 (91.02% from 255 or 44.11% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 232 - color contains mainly: green. Hex color #47E8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E8DF is #B81720. Grayscale: #B6B6B6. Windows color (decimal): -12064545 or 14673991. OLE color: 14673991.

HSL color Cylindrical-coordinate representation of color #47E8DF: hue angle of 176.65º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E8DF is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB71232223-
CMYK0.6900.040.09
HSL176.65º77.78%59.41%-
HSV(B)176.65º69.4%90.98%-
XYZ44.7764.3879.88-
YUV182.84150.6648.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.50%
GREEN value IS 232 (91.02% from 255) = 44.11%
BLUE value IS 223 (87.5% from 255) = 42.40%
R=13.50%
G=44.11%
B=42.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal712322230.6900.040.09176.6577.7859.41
Hex47E8DF45049b14e3b
Octal107350337105041126111673
Binary10001111110100011011111100010101001001101100011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47e8df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,232,223); }

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

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

 a { background-color: rgb(71,232,223); }

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

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

 span { border-color: rgb(71,232,223); }

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