#47F9CA

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

Shades of Turquoise #47F9CA

Tints of Turquoise #47F9CA

Color information

#47F9CA (or 0x47F9CA) is unknown color: approx Turquoise. HEX triplet: 47, F9 and CA. RGB value is (71,249,202). Sum of RGB (Red+Green+Blue) = 71+249+202=522 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.60% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #47F9CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F9CA is #B80635. Grayscale: #BEBEBE. Windows color (decimal): -12060214 or 13302087. OLE color: 13302087.

HSL color Cylindrical-coordinate representation of color #47F9CA: hue angle of 164.16º 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 #47F9CA is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB71249202-
CMYK0.7100.190.02
HSL164.16º93.68%62.75%-
HSV(B)164.16º71.49%97.65%-
XYZ47.1373.3667.55-
YUV190.42134.5342.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.60%
GREEN value IS 249 (97.66% from 255) = 47.70%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=13.60%
G=47.70%
B=38.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal712492020.7100.190.02164.1693.6862.75
Hex47F9CA470132a45e3f
Octal107371312107023224413677
Binary10001111111100111001010100011101001110101001001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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