Html Css Color HEX #4FDBBE Medium Turquoise

📋 copy color: '#4FDBBE'

red 79 ◦ green 219 ◦ blue 190

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

Shades of Medium Turquoise #4FDBBE

Tints of Medium Turquoise #4FDBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.88%

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 16.19%
G = 44.88%
B = 38.93%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#4FDBBE (or 0x4FDBBE) is known color: Medium Turquoise. HEX triplet: 4F, DB and BE. RGB value is (79,219,190). Sum of RGB (Red+Green+Blue) = 79+219+190=488 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.19% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDBBE is #B02441. Grayscale: #ADADAD. Windows color (decimal): -11543618 or 12507983. OLE color: 12507983.

HSL color Cylindrical-coordinate representation of color #4FDBBE: hue angle of 167.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDBBE is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 219 190 -
CMYK 0.64 0 0.13 0.14
HSL 167.57º 0.66% 0.58% -
HSV(B) 167.57º 0.64% 0.86% -
XYZ 37.85 56.04 57.54 -
YUV 173.83 137.12 60.36 -
System Red Green Blue C M Y K H S L
Decimal 79 219 190 0.64 0 0.13 0.14 167.57 0.66 0.58
Hex 4F DB BE 40 0 D E A8 42 3A
Octal 117 333 276 100 0 15 16 250 102 72
Binary 1001111 11011011 10111110 1000000 0 1101 1110 10101000 1000010 111010

Color Harmonies of #4FDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDBBE

Black with #4FDBBE

Text Example


Text Example

White with #4FDBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,219,190); }

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

background-color css

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

 a { background-color: rgb(79,219,190); }

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

border-color css

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

 span { border-color: rgb(79,219,190); }

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