Html Css Color HEX #4FFEC9 Turquoise

📋 copy color: '#4FFEC9'

red 79 ◦ green 254 ◦ blue 201

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

Shades of Turquoise #4FFEC9

Tints of Turquoise #4FFEC9

RGB

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

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

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

R = 14.79%
G = 47.57%
B = 37.64%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#4FFEC9 (or 0x4FFEC9) is known color: Turquoise. HEX triplet: 4F, FE and C9. RGB value is (79,254,201). Sum of RGB (Red+Green+Blue) = 79+254+201=534 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.79% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #4FFEC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFEC9 is #B00136. Grayscale: #C3C3C3. Windows color (decimal): -11534647 or 13237839. OLE color: 13237839.

HSL color Cylindrical-coordinate representation of color #4FFEC9: hue angle of 161.83º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFEC9 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 79 254 201 -
CMYK 0.69 0 0.21 0.00
HSL 161.83º 0.99% 0.65% -
HSV(B) 161.83º 0.69% 1% -
XYZ 49.21 76.76 67.48 -
YUV 195.63 131.02 44.81 -
System Red Green Blue C M Y K H S L
Decimal 79 254 201 0.69 0 0.21 0.00 161.83 0.99 0.65
Hex 4F FE C9 45 0 15 0 A2 63 41
Octal 117 376 311 105 0 25 0 242 143 101
Binary 1001111 11111110 11001001 1000101 0 10101 0 10100010 1100011 1000001

Color Harmonies of #4FFEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFEC9

Black with #4FFEC9

Text Example


Text Example

White with #4FFEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,254,201); }

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

background-color css

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

 a { background-color: rgb(79,254,201); }

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

border-color css

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

 span { border-color: rgb(79,254,201); }

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