Html Css Color HEX #4FEDC5 Turquoise

📋 copy color: '#4FEDC5'

red 79 ◦ green 237 ◦ blue 197

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

Shades of Turquoise #4FEDC5

Tints of Turquoise #4FEDC5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.2%

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

R = 15.4%
G = 46.2%
B = 38.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#4FEDC5 (or 0x4FEDC5) is known color: Turquoise. HEX triplet: 4F, ED and C5. RGB value is (79,237,197). Sum of RGB (Red+Green+Blue) = 79+237+197=513 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.40% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDC5 is #B0123A. Grayscale: #B9B9B9. Windows color (decimal): -11539003 or 12971343. OLE color: 12971343.

HSL color Cylindrical-coordinate representation of color #4FEDC5: hue angle of 164.81º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEDC5 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 237 197 -
CMYK 0.67 0 0.17 0.07
HSL 164.81º 0.81% 0.62% -
HSV(B) 164.81º 0.67% 0.93% -
XYZ 43.59 66.26 63.32 -
YUV 185.2 134.65 52.25 -
System Red Green Blue C M Y K H S L
Decimal 79 237 197 0.67 0 0.17 0.07 164.81 0.81 0.62
Hex 4F ED C5 43 0 11 7 A5 51 3E
Octal 117 355 305 103 0 21 7 245 121 76
Binary 1001111 11101101 11000101 1000011 0 10001 111 10100101 1010001 111110

Color Harmonies of #4FEDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEDC5

Black with #4FEDC5

Text Example


Text Example

White with #4FEDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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