Html Css Color HEX #4FBFBA Medium Turquoise

📋 copy color: '#4FBFBA'

red 79 ◦ green 191 ◦ blue 186

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

Shades of Medium Turquoise #4FBFBA

Tints of Medium Turquoise #4FBFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 41.89%

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 17.32%
G = 41.89%
B = 40.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#4FBFBA (or 0x4FBFBA) is known color: Medium Turquoise. HEX triplet: 4F, BF and BA. RGB value is (79,191,186). Sum of RGB (Red+Green+Blue) = 79+191+186=456 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.32% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #4FBFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBFBA is #B04045. Grayscale: #9C9C9C. Windows color (decimal): -11550790 or 12238671. OLE color: 12238671.

HSL color Cylindrical-coordinate representation of color #4FBFBA: hue angle of 177.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FBFBA is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 191 186 -
CMYK 0.59 0 0.03 0.25
HSL 177.32º 0.47% 0.53% -
HSV(B) 177.32º 0.59% 0.75% -
XYZ 30.72 42.47 53.03 -
YUV 156.94 144.39 72.41 -
System Red Green Blue C M Y K H S L
Decimal 79 191 186 0.59 0 0.03 0.25 177.32 0.47 0.53
Hex 4F BF BA 3B 0 3 19 B1 2F 35
Octal 117 277 272 73 0 3 31 261 57 65
Binary 1001111 10111111 10111010 111011 0 11 11001 10110001 101111 110101

Color Harmonies of #4FBFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBFBA

Black with #4FBFBA

Text Example


Text Example

White with #4FBFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,191,186); }

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

background-color css

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

 a { background-color: rgb(79,191,186); }

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

border-color css

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

 span { border-color: rgb(79,191,186); }

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