Html Css Color HEX #4FDCDB Medium Turquoise

📋 copy color: '#4FDCDB'

red 79 ◦ green 220 ◦ blue 219

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

Shades of Medium Turquoise #4FDCDB

Tints of Medium Turquoise #4FDCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 15.25%
G = 42.47%
B = 42.28%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#4FDCDB (or 0x4FDCDB) is known color: Medium Turquoise. HEX triplet: 4F, DC and DB. RGB value is (79,220,219). Sum of RGB (Red+Green+Blue) = 79+220+219=518 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.25% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCDB is #B02324. Grayscale: #B1B1B1. Windows color (decimal): -11543333 or 14408783. OLE color: 14408783.

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

Color convert

RGB 79 220 219 -
CMYK 0.64 0 0.00 0.14
HSL 179.57º 0.67% 0.59% -
HSV(B) 179.57º 0.64% 0.86% -
XYZ 41.6 57.96 76.01 -
YUV 177.73 151.29 57.58 -
System Red Green Blue C M Y K H S L
Decimal 79 220 219 0.64 0 0.00 0.14 179.57 0.67 0.59
Hex 4F DC DB 40 0 0 E B4 43 3B
Octal 117 334 333 100 0 0 16 264 103 73
Binary 1001111 11011100 11011011 1000000 0 0 1110 10110100 1000011 111011

Color Harmonies of #4FDCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDCDB

Black with #4FDCDB

Text Example


Text Example

White with #4FDCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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