Html Css Color HEX #4FEAC5 Turquoise

📋 copy color: '#4FEAC5'

red 79 ◦ green 234 ◦ blue 197

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

Shades of Turquoise #4FEAC5

Tints of Turquoise #4FEAC5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.88%

 BLUE value IS 197 (77.34% from 255) = 38.63%

R = 15.49%
G = 45.88%
B = 38.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#4FEAC5 (or 0x4FEAC5) is known color: Turquoise. HEX triplet: 4F, EA and C5. RGB value is (79,234,197). Sum of RGB (Red+Green+Blue) = 79+234+197=510 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.49% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEAC5 is #B0153A. Grayscale: #B7B7B7. Windows color (decimal): -11539771 or 12970575. OLE color: 12970575.

HSL color Cylindrical-coordinate representation of color #4FEAC5: hue angle of 165.68º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FEAC5 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 234 197 -
CMYK 0.66 0 0.16 0.08
HSL 165.68º 0.79% 0.61% -
HSV(B) 165.68º 0.66% 0.92% -
XYZ 42.73 64.54 63.03 -
YUV 183.44 135.65 53.51 -
System Red Green Blue C M Y K H S L
Decimal 79 234 197 0.66 0 0.16 0.08 165.68 0.79 0.61
Hex 4F EA C5 42 0 10 8 A6 4F 3D
Octal 117 352 305 102 0 20 10 246 117 75
Binary 1001111 11101010 11000101 1000010 0 10000 1000 10100110 1001111 111101

Color Harmonies of #4FEAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEAC5

Black with #4FEAC5

Text Example


Text Example

White with #4FEAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,234,197); }

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

background-color css

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

 a { background-color: rgb(79,234,197); }

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

border-color css

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

 span { border-color: rgb(79,234,197); }

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