Html Css Color HEX #47FFC8 Turquoise

📋 copy color: '#47FFC8'

red 71 ◦ green 255 ◦ blue 200

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

Shades of Turquoise #47FFC8

Tints of Turquoise #47FFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.02%

R = 13.5%
G = 48.48%
B = 38.02%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#47FFC8 (or 0x47FFC8) is known color: Turquoise. HEX triplet: 47, FF and C8. RGB value is (71,255,200). Sum of RGB (Red+Green+Blue) = 71+255+200=526 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.50% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFC8 is #B80037. Grayscale: #C1C1C1. Windows color (decimal): -12058680 or 13172551. OLE color: 13172551.

HSL color Cylindrical-coordinate representation of color #47FFC8: hue angle of 162.07º 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 #47FFC8 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 71 255 200 -
CMYK 0.72 0 0.22 0
HSL 162.07º 1% 0.64% -
HSV(B) 162.07º 0.72% 1% -
XYZ 48.78 77.03 66.94 -
YUV 193.71 131.54 40.47 -
System Red Green Blue C M Y K H S L
Decimal 71 255 200 0.72 0 0.22 0 162.07 1 0.64
Hex 47 FF C8 48 0 16 0 A2 64 40
Octal 107 377 310 110 0 26 0 242 144 100
Binary 1000111 11111111 11001000 1001000 0 10110 0 10100010 1100100 1000000

Color Harmonies of #47FFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FFC8

Black with #47FFC8

Text Example


Text Example

White with #47FFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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