Html Css Color HEX #4FDCC8 Medium Turquoise

📋 copy color: '#4FDCC8'

red 79 ◦ green 220 ◦ blue 200

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

Shades of Medium Turquoise #4FDCC8

Tints of Medium Turquoise #4FDCC8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.09%

 BLUE value IS 200 (78.52% from 255) = 40.08%

R = 15.83%
G = 44.09%
B = 40.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#4FDCC8 (or 0x4FDCC8) is known color: Medium Turquoise. HEX triplet: 4F, DC and C8. RGB value is (79,220,200). Sum of RGB (Red+Green+Blue) = 79+220+200=499 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.83% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCC8 is #B02337. Grayscale: #AFAFAF. Windows color (decimal): -11543352 or 13163599. OLE color: 13163599.

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

Color convert

RGB 79 220 200 -
CMYK 0.64 0 0.09 0.14
HSL 171.49º 0.67% 0.59% -
HSV(B) 171.49º 0.64% 0.86% -
XYZ 39.24 57.02 63.58 -
YUV 175.56 141.79 59.13 -
System Red Green Blue C M Y K H S L
Decimal 79 220 200 0.64 0 0.09 0.14 171.49 0.67 0.59
Hex 4F DC C8 40 0 9 E AB 43 3B
Octal 117 334 310 100 0 11 16 253 103 73
Binary 1001111 11011100 11001000 1000000 0 1001 1110 10101011 1000011 111011

Color Harmonies of #4FDCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDCC8

Black with #4FDCC8

Text Example


Text Example

White with #4FDCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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