Html Css Color HEX #4FC0BC Medium Turquoise

📋 copy color: '#4FC0BC'

red 79 ◦ green 192 ◦ blue 188

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

Shades of Medium Turquoise #4FC0BC

Tints of Medium Turquoise #4FC0BC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.83%

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

R = 17.21%
G = 41.83%
B = 40.96%

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

#4FC0BC (or 0x4FC0BC) is known color: Medium Turquoise. HEX triplet: 4F, C0 and BC. RGB value is (79,192,188). Sum of RGB (Red+Green+Blue) = 79+192+188=459 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.21% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #4FC0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC0BC is #B03F43. Grayscale: #9D9D9D. Windows color (decimal): -11550532 or 12369999. OLE color: 12369999.

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

Color convert

RGB 79 192 188 -
CMYK 0.59 0 0.02 0.25
HSL 177.88º 0.47% 0.53% -
HSV(B) 177.88º 0.59% 0.75% -
XYZ 31.15 42.99 54.23 -
YUV 157.76 145.06 71.83 -
System Red Green Blue C M Y K H S L
Decimal 79 192 188 0.59 0 0.02 0.25 177.88 0.47 0.53
Hex 4F C0 BC 3B 0 2 19 B2 2F 35
Octal 117 300 274 73 0 2 31 262 57 65
Binary 1001111 11000000 10111100 111011 0 10 11001 10110010 101111 110101

Color Harmonies of #4FC0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FC0BC

Black with #4FC0BC

Text Example


Text Example

White with #4FC0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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