Html Css Color HEX #4FC0BD Medium Turquoise

📋 copy color: '#4FC0BD'

red 79 ◦ green 192 ◦ blue 189

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

Shades of Medium Turquoise #4FC0BD

Tints of Medium Turquoise #4FC0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.09%

R = 17.17%
G = 41.74%
B = 41.09%

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

#4FC0BD (or 0x4FC0BD) is known color: Medium Turquoise. HEX triplet: 4F, C0 and BD. RGB value is (79,192,189). Sum of RGB (Red+Green+Blue) = 79+192+189=460 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.17% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #4FC0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC0BD is #B03F42. Grayscale: #9D9D9D. Windows color (decimal): -11550531 or 12435535. OLE color: 12435535.

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

Color convert

RGB 79 192 189 -
CMYK 0.59 0 0.02 0.25
HSL 178.41º 0.47% 0.53% -
HSV(B) 178.41º 0.59% 0.75% -
XYZ 31.26 43.04 54.8 -
YUV 157.87 145.56 71.74 -
System Red Green Blue C M Y K H S L
Decimal 79 192 189 0.59 0 0.02 0.25 178.41 0.47 0.53
Hex 4F C0 BD 3B 0 2 19 B2 2F 35
Octal 117 300 275 73 0 2 31 262 57 65
Binary 1001111 11000000 10111101 111011 0 10 11001 10110010 101111 110101

Color Harmonies of #4FC0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FC0BD

Black with #4FC0BD

Text Example


Text Example

White with #4FC0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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