Html Css Color HEX #4FC8BB Medium Turquoise

📋 copy color: '#4FC8BB'

red 79 ◦ green 200 ◦ blue 187

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

Shades of Medium Turquoise #4FC8BB

Tints of Medium Turquoise #4FC8BB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.92%

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 16.95%
G = 42.92%
B = 40.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#4FC8BB (or 0x4FC8BB) is known color: Medium Turquoise. HEX triplet: 4F, C8 and BB. RGB value is (79,200,187). Sum of RGB (Red+Green+Blue) = 79+200+187=466 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.95% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #4FC8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC8BB is #B03744. Grayscale: #A2A2A2. Windows color (decimal): -11548485 or 12306511. OLE color: 12306511.

HSL color Cylindrical-coordinate representation of color #4FC8BB: hue angle of 173.55º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FC8BB is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 79 200 187 -
CMYK 0.60 0 0.06 0.22
HSL 173.55º 0.52% 0.55% -
HSV(B) 173.55º 0.61% 0.78% -
XYZ 32.85 46.56 54.27 -
YUV 162.34 141.91 68.56 -
System Red Green Blue C M Y K H S L
Decimal 79 200 187 0.60 0 0.06 0.22 173.55 0.52 0.55
Hex 4F C8 BB 3C 0 6 16 AE 34 37
Octal 117 310 273 74 0 6 26 256 64 67
Binary 1001111 11001000 10111011 111100 0 110 10110 10101110 110100 110111

Color Harmonies of #4FC8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FC8BB

Black with #4FC8BB

Text Example


Text Example

White with #4FC8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,200,187); }

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

background-color css

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

 a { background-color: rgb(79,200,187); }

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

border-color css

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

 span { border-color: rgb(79,200,187); }

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