Html Css Color HEX #47FFC9 Turquoise

📋 copy color: '#47FFC9'

red 71 ◦ green 255 ◦ blue 201

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

Shades of Turquoise #47FFC9

Tints of Turquoise #47FFC9

RGB

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

 GREEN value IS 255 (100% from 255) = 48.39%

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

R = 13.47%
G = 48.39%
B = 38.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#47FFC9 (or 0x47FFC9) is known color: Turquoise. HEX triplet: 47, FF and C9. RGB value is (71,255,201). Sum of RGB (Red+Green+Blue) = 71+255+201=527 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.47% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFC9 is #B80036. Grayscale: #C1C1C1. Windows color (decimal): -12058679 or 13238087. OLE color: 13238087.

HSL color Cylindrical-coordinate representation of color #47FFC9: hue angle of 162.39º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FFC9 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 71 255 201 -
CMYK 0.72 0 0.21 0
HSL 162.39º 1% 0.64% -
HSV(B) 162.39º 0.72% 1% -
XYZ 48.9 77.08 67.56 -
YUV 193.83 132.04 40.39 -
System Red Green Blue C M Y K H S L
Decimal 71 255 201 0.72 0 0.21 0 162.39 1 0.64
Hex 47 FF C9 48 0 15 0 A2 64 40
Octal 107 377 311 110 0 25 0 242 144 100
Binary 1000111 11111111 11001001 1001000 0 10101 0 10100010 1100100 1000000

Color Harmonies of #47FFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FFC9

Black with #47FFC9

Text Example


Text Example

White with #47FFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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