Html Css Color HEX #47F2C9 Turquoise

📋 copy color: '#47F2C9'

red 71 ◦ green 242 ◦ blue 201

#47F2C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #47F2C9

Tints of Turquoise #47F2C9

RGB

 RED value IS 71 (28.13% from 255) = 13.81%

 GREEN value IS 242 (94.92% from 255) = 47.08%

 BLUE value IS 201 (78.91% from 255) = 39.11%

R = 13.81%
G = 47.08%
B = 39.11%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#47F2C9 (or 0x47F2C9) is known color: Turquoise. HEX triplet: 47, F2 and C9. RGB value is (71,242,201). Sum of RGB (Red+Green+Blue) = 71+242+201=514 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.81% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #47F2C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F2C9 is #B80D36. Grayscale: #BABABA. Windows color (decimal): -12062007 or 13234759. OLE color: 13234759.

HSL color Cylindrical-coordinate representation of color #47F2C9: hue angle of 165.61º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F2C9 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 242 201 -
CMYK 0.71 0 0.17 0.05
HSL 165.61º 0.87% 0.61% -
HSV(B) 165.61º 0.71% 0.95% -
XYZ 44.89 69.06 66.22 -
YUV 186.2 136.35 45.83 -
System Red Green Blue C M Y K H S L
Decimal 71 242 201 0.71 0 0.17 0.05 165.61 0.87 0.61
Hex 47 F2 C9 47 0 11 5 A6 57 3D
Octal 107 362 311 107 0 21 5 246 127 75
Binary 1000111 11110010 11001001 1000111 0 10001 101 10100110 1010111 111101

Color Harmonies of #47F2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F2C9

Black with #47F2C9

Text Example


Text Example

White with #47F2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,242,201); }

 H1.HeaderClassName
 {
   color: #47F2C9;
 }
 .AnyTagClassName
 {
   color: #47F2C9;
 }
</style>

background-color css

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

 a { background-color: rgb(71,242,201); }

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

border-color css

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

 span { border-color: rgb(71,242,201); }

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