#47F9CF

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

Shades of Turquoise #47F9CF

Tints of Turquoise #47F9CF

Color information

#47F9CF (or 0x47F9CF) is unknown color: approx Turquoise. HEX triplet: 47, F9 and CF. RGB value is (71,249,207). Sum of RGB (Red+Green+Blue) = 71+249+207=527 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.47% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #47F9CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F9CF is #B80630. Grayscale: #BEBEBE. Windows color (decimal): -12060209 or 13629767. OLE color: 13629767.

HSL color Cylindrical-coordinate representation of color #47F9CF: hue angle of 165.84º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F9CF is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB71249207-
CMYK0.7100.170.02
HSL165.84º93.68%62.75%-
HSV(B)165.84º71.49%97.65%-
XYZ47.7473.670.72-
YUV190.99137.0342.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.47%
GREEN value IS 249 (97.66% from 255) = 47.25%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=13.47%
G=47.25%
B=39.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal712492070.7100.170.02165.8493.6862.75
Hex47F9CF470112a65e3f
Octal107371317107021224613677
Binary10001111111100111001111100011101000110101001101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,249,207); }

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

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

 a { background-color: rgb(71,249,207); }

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

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

 span { border-color: rgb(71,249,207); }

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