#47E4CE

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

Shades of Turquoise #47E4CE

Tints of Turquoise #47E4CE

Color information

#47E4CE (or 0x47E4CE) is unknown color: approx Turquoise. HEX triplet: 47, E4 and CE. RGB value is (71,228,206). Sum of RGB (Red+Green+Blue) = 71+228+206=505 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.06% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #47E4CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E4CE is #B81B31. Grayscale: #B2B2B2. Windows color (decimal): -12065586 or 13558855. OLE color: 13558855.

HSL color Cylindrical-coordinate representation of color #47E4CE: hue angle of 171.59º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E4CE is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB71228206-
CMYK0.6900.100.11
HSL171.59º74.41%58.63%-
HSV(B)171.59º68.86%89.41%-
XYZ41.4861.2868.03-
YUV178.55143.4951.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.06%
GREEN value IS 228 (89.45% from 255) = 45.15%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=14.06%
G=45.15%
B=40.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal712282060.6900.100.11171.5974.4158.63
Hex47E4CE450ABac4a3b
Octal1073443161050121325411273
Binary100011111100100110011101000101010101011101011001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,228,206); }

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

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

 a { background-color: rgb(71,228,206); }

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

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

 span { border-color: rgb(71,228,206); }

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