Html Css Color HEX #4FFAC7 Turquoise

📋 copy color: '#4FFAC7'

red 79 ◦ green 250 ◦ blue 199

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

Shades of Turquoise #4FFAC7

Tints of Turquoise #4FFAC7

RGB

 RED value IS 79 (31.25% from 255) = 14.96%

 GREEN value IS 250 (98.05% from 255) = 47.35%

 BLUE value IS 199 (78.13% from 255) = 37.69%

R = 14.96%
G = 47.35%
B = 37.69%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#4FFAC7 (or 0x4FFAC7) is known color: Turquoise. HEX triplet: 4F, FA and C7. RGB value is (79,250,199). Sum of RGB (Red+Green+Blue) = 79+250+199=528 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.96% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFAC7 is #B00538. Grayscale: #C1C1C1. Windows color (decimal): -11535673 or 13105743. OLE color: 13105743.

HSL color Cylindrical-coordinate representation of color #4FFAC7: hue angle of 162.11º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FFAC7 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 250 199 -
CMYK 0.68 0 0.20 0.02
HSL 162.11º 0.94% 0.65% -
HSV(B) 162.11º 0.68% 0.98% -
XYZ 47.72 74.16 65.83 -
YUV 193.06 131.35 46.65 -
System Red Green Blue C M Y K H S L
Decimal 79 250 199 0.68 0 0.20 0.02 162.11 0.94 0.65
Hex 4F FA C7 44 0 14 2 A2 5E 41
Octal 117 372 307 104 0 24 2 242 136 101
Binary 1001111 11111010 11000111 1000100 0 10100 10 10100010 1011110 1000001

Color Harmonies of #4FFAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFAC7

Black with #4FFAC7

Text Example


Text Example

White with #4FFAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4FFAC7; }

 p { color: rgb(79,250,199); }

 H1.HeaderClassName
 {
   color: #4FFAC7;
 }
 .AnyTagClassName
 {
   color: #4FFAC7;
 }
</style>

background-color css

<style>
 a { background-color: #4FFAC7; }

 a { background-color: rgb(79,250,199); }

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

border-color css

<style>
 span { border-color: #4FFAC7; }

 span { border-color: rgb(79,250,199); }

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