Html Css Color HEX #4FBFBC Medium Turquoise

📋 copy color: '#4FBFBC'

red 79 ◦ green 191 ◦ blue 188

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

Shades of Medium Turquoise #4FBFBC

Tints of Medium Turquoise #4FBFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.05%

R = 17.25%
G = 41.7%
B = 41.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#4FBFBC (or 0x4FBFBC) is known color: Medium Turquoise. HEX triplet: 4F, BF and BC. RGB value is (79,191,188). Sum of RGB (Red+Green+Blue) = 79+191+188=458 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.25% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #4FBFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBFBC is #B04043. Grayscale: #9D9D9D. Windows color (decimal): -11550788 or 12369743. OLE color: 12369743.

HSL color Cylindrical-coordinate representation of color #4FBFBC: hue angle of 178.39º 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 #4FBFBC is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 191 188 -
CMYK 0.59 0 0.02 0.25
HSL 178.39º 0.47% 0.53% -
HSV(B) 178.39º 0.59% 0.75% -
XYZ 30.93 42.55 54.16 -
YUV 157.17 145.39 72.24 -
System Red Green Blue C M Y K H S L
Decimal 79 191 188 0.59 0 0.02 0.25 178.39 0.47 0.53
Hex 4F BF BC 3B 0 2 19 B2 2F 35
Octal 117 277 274 73 0 2 31 262 57 65
Binary 1001111 10111111 10111100 111011 0 10 11001 10110010 101111 110101

Color Harmonies of #4FBFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBFBC

Black with #4FBFBC

Text Example


Text Example

White with #4FBFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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