Html Css Color HEX #4FDADC Medium Turquoise

📋 copy color: '#4FDADC'

red 79 ◦ green 218 ◦ blue 220

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

Shades of Medium Turquoise #4FDADC

Tints of Medium Turquoise #4FDADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 15.28%
G = 42.17%
B = 42.55%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4FDADC (or 0x4FDADC) is known color: Medium Turquoise. HEX triplet: 4F, DA and DC. RGB value is (79,218,220). Sum of RGB (Red+Green+Blue) = 79+218+220=517 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.28% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #4FDADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDADC is #B02523. Grayscale: #B0B0B0. Windows color (decimal): -11543844 or 14473807. OLE color: 14473807.

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

Color convert

RGB 79 218 220 -
CMYK 0.64 0.01 0 0.14
HSL 180.85º 0.67% 0.59% -
HSV(B) 180.85º 0.64% 0.86% -
XYZ 41.21 56.97 76.53 -
YUV 176.67 152.45 58.34 -
System Red Green Blue C M Y K H S L
Decimal 79 218 220 0.64 0.01 0 0.14 180.85 0.67 0.59
Hex 4F DA DC 40 1 0 E B5 43 3B
Octal 117 332 334 100 1 0 16 265 103 73
Binary 1001111 11011010 11011100 1000000 1 0 1110 10110101 1000011 111011

Color Harmonies of #4FDADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDADC

Black with #4FDADC

Text Example


Text Example

White with #4FDADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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