Html Css Color HEX #4FDADF Medium Turquoise

📋 copy color: '#4FDADF'

red 79 ◦ green 218 ◦ blue 223

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

Shades of Medium Turquoise #4FDADF

Tints of Medium Turquoise #4FDADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 15.19%
G = 41.92%
B = 42.88%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4FDADF (or 0x4FDADF) is known color: Medium Turquoise. HEX triplet: 4F, DA and DF. RGB value is (79,218,223). Sum of RGB (Red+Green+Blue) = 79+218+223=520 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.19% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #4FDADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDADF is #B02520. Grayscale: #B0B0B0. Windows color (decimal): -11543841 or 14670415. OLE color: 14670415.

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

Color convert

RGB 79 218 223 -
CMYK 0.65 0.02 0 0.13
HSL 182.08º 0.69% 0.59% -
HSV(B) 182.08º 0.65% 0.87% -
XYZ 41.62 57.13 78.65 -
YUV 177.01 153.95 58.09 -
System Red Green Blue C M Y K H S L
Decimal 79 218 223 0.65 0.02 0 0.13 182.08 0.69 0.59
Hex 4F DA DF 41 2 0 D B6 45 3B
Octal 117 332 337 101 2 0 15 266 105 73
Binary 1001111 11011010 11011111 1000001 10 0 1101 10110110 1000101 111011

Color Harmonies of #4FDADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDADF

Black with #4FDADF

Text Example


Text Example

White with #4FDADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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