Html Css Color HEX #4FDACB Medium Turquoise

📋 copy color: '#4FDACB'

red 79 ◦ green 218 ◦ blue 203

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

Shades of Medium Turquoise #4FDACB

Tints of Medium Turquoise #4FDACB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.6%

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 15.8%
G = 43.6%
B = 40.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#4FDACB (or 0x4FDACB) is known color: Medium Turquoise. HEX triplet: 4F, DA and CB. RGB value is (79,218,203). Sum of RGB (Red+Green+Blue) = 79+218+203=500 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.8% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDACB is #B02534. Grayscale: #AEAEAE. Windows color (decimal): -11543861 or 13359695. OLE color: 13359695.

HSL color Cylindrical-coordinate representation of color #4FDACB: hue angle of 173.53º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDACB is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 79 218 203 -
CMYK 0.64 0 0.07 0.15
HSL 173.53º 0.65% 0.58% -
HSV(B) 173.53º 0.64% 0.85% -
XYZ 39.08 56.12 65.27 -
YUV 174.73 143.95 59.72 -
System Red Green Blue C M Y K H S L
Decimal 79 218 203 0.64 0 0.07 0.15 173.53 0.65 0.58
Hex 4F DA CB 40 0 7 F AE 41 3A
Octal 117 332 313 100 0 7 17 256 101 72
Binary 1001111 11011010 11001011 1000000 0 111 1111 10101110 1000001 111010

Color Harmonies of #4FDACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDACB

Black with #4FDACB

Text Example


Text Example

White with #4FDACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,218,203); }

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

background-color css

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

 a { background-color: rgb(79,218,203); }

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

border-color css

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

 span { border-color: rgb(79,218,203); }

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