#47F0CC

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

Shades of Turquoise #47F0CC

Tints of Turquoise #47F0CC

Color information

#47F0CC (or 0x47F0CC) is unknown color: approx Turquoise. HEX triplet: 47, F0 and CC. RGB value is (71,240,204). Sum of RGB (Red+Green+Blue) = 71+240+204=515 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.79% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #47F0CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F0CC is #B80F33. Grayscale: #B9B9B9. Windows color (decimal): -12062516 or 13430855. OLE color: 13430855.

HSL color Cylindrical-coordinate representation of color #47F0CC: hue angle of 167.22º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47F0CC is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB71240204-
CMYK0.7000.150.06
HSL167.22º84.92%60.98%-
HSV(B)167.22º70.42%94.12%-
XYZ44.6668.0267.9-
YUV185.36138.5146.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.79%
GREEN value IS 240 (94.14% from 255) = 46.60%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=13.79%
G=46.60%
B=39.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal712402040.7000.150.06167.2284.9260.98
Hex47F0CC460F6a7553d
Octal107360314106017624712575
Binary10001111111000011001100100011001111110101001111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,240,204); }

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

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

 a { background-color: rgb(71,240,204); }

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

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

 span { border-color: rgb(71,240,204); }

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