Html Css Color HEX #4FDEBA Medium Turquoise

📋 copy color: '#4FDEBA'

red 79 ◦ green 222 ◦ blue 186

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

Shades of Medium Turquoise #4FDEBA

Tints of Medium Turquoise #4FDEBA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.59%

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 16.22%
G = 45.59%
B = 38.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#4FDEBA (or 0x4FDEBA) is known color: Medium Turquoise. HEX triplet: 4F, DE and BA. RGB value is (79,222,186). Sum of RGB (Red+Green+Blue) = 79+222+186=487 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.22% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #4FDEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDEBA is #B02145. Grayscale: #AFAFAF. Windows color (decimal): -11542854 or 12246607. OLE color: 12246607.

HSL color Cylindrical-coordinate representation of color #4FDEBA: hue angle of 164.9º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDEBA is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 222 186 -
CMYK 0.64 0 0.16 0.13
HSL 164.9º 0.68% 0.59% -
HSV(B) 164.9º 0.64% 0.87% -
XYZ 38.21 57.45 55.53 -
YUV 175.14 134.12 59.43 -
System Red Green Blue C M Y K H S L
Decimal 79 222 186 0.64 0 0.16 0.13 164.9 0.68 0.59
Hex 4F DE BA 40 0 10 D A5 44 3B
Octal 117 336 272 100 0 20 15 245 104 73
Binary 1001111 11011110 10111010 1000000 0 10000 1101 10100101 1000100 111011

Color Harmonies of #4FDEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDEBA

Black with #4FDEBA

Text Example


Text Example

White with #4FDEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,222,186); }

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

background-color css

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

 a { background-color: rgb(79,222,186); }

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

border-color css

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

 span { border-color: rgb(79,222,186); }

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