Html Css Color HEX #47FEC4 Turquoise

📋 copy color: '#47FEC4'

red 71 ◦ green 254 ◦ blue 196

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

Shades of Turquoise #47FEC4

Tints of Turquoise #47FEC4

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.75%

 BLUE value IS 196 (76.95% from 255) = 37.62%

R = 13.63%
G = 48.75%
B = 37.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#47FEC4 (or 0x47FEC4) is known color: Turquoise. HEX triplet: 47, FE and C4. RGB value is (71,254,196). Sum of RGB (Red+Green+Blue) = 71+254+196=521 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.63% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FEC4 is #B8013B. Grayscale: #C0C0C0. Windows color (decimal): -12058940 or 12910151. OLE color: 12910151.

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

Color convert

RGB 71 254 196 -
CMYK 0.72 0 0.23 0.00
HSL 160.98º 0.99% 0.64% -
HSV(B) 160.98º 0.72% 1% -
XYZ 48 76.21 64.4 -
YUV 192.67 129.87 41.22 -
System Red Green Blue C M Y K H S L
Decimal 71 254 196 0.72 0 0.23 0.00 160.98 0.99 0.64
Hex 47 FE C4 48 0 17 0 A1 63 40
Octal 107 376 304 110 0 27 0 241 143 100
Binary 1000111 11111110 11000100 1001000 0 10111 0 10100001 1100011 1000000

Color Harmonies of #47FEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FEC4

Black with #47FEC4

Text Example


Text Example

White with #47FEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,254,196); }

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

background-color css

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

 a { background-color: rgb(71,254,196); }

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

border-color css

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

 span { border-color: rgb(71,254,196); }

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