Html Css Color HEX #4FDBBB Medium Turquoise

📋 copy color: '#4FDBBB'

red 79 ◦ green 219 ◦ blue 187

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

Shades of Medium Turquoise #4FDBBB

Tints of Medium Turquoise #4FDBBB

RGB

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

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

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

R = 16.29%
G = 45.15%
B = 38.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#4FDBBB (or 0x4FDBBB) is known color: Medium Turquoise. HEX triplet: 4F, DB and BB. RGB value is (79,219,187). Sum of RGB (Red+Green+Blue) = 79+219+187=485 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.29% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDBBB is #B02444. Grayscale: #ADADAD. Windows color (decimal): -11543621 or 12311375. OLE color: 12311375.

HSL color Cylindrical-coordinate representation of color #4FDBBB: hue angle of 166.29º 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 #4FDBBB is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 219 187 -
CMYK 0.64 0 0.15 0.14
HSL 166.29º 0.66% 0.58% -
HSV(B) 166.29º 0.64% 0.86% -
XYZ 37.53 55.91 55.83 -
YUV 173.49 135.62 60.6 -
System Red Green Blue C M Y K H S L
Decimal 79 219 187 0.64 0 0.15 0.14 166.29 0.66 0.58
Hex 4F DB BB 40 0 F E A6 42 3A
Octal 117 333 273 100 0 17 16 246 102 72
Binary 1001111 11011011 10111011 1000000 0 1111 1110 10100110 1000010 111010

Color Harmonies of #4FDBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDBBB

Black with #4FDBBB

Text Example


Text Example

White with #4FDBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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