Html Css Color HEX #4FDCDD Medium Turquoise

📋 copy color: '#4FDCDD'

red 79 ◦ green 220 ◦ blue 221

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

Shades of Medium Turquoise #4FDCDD

Tints of Medium Turquoise #4FDCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.5%

R = 15.19%
G = 42.31%
B = 42.5%

CMYK

 C value IS 0.64

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4FDCDD (or 0x4FDCDD) is known color: Medium Turquoise. HEX triplet: 4F, DC and DD. RGB value is (79,220,221). Sum of RGB (Red+Green+Blue) = 79+220+221=520 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.19% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FDCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCDD is #B02322. Grayscale: #B1B1B1. Windows color (decimal): -11543331 or 14539855. OLE color: 14539855.

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

Color convert

RGB 79 220 221 -
CMYK 0.64 0.00 0 0.13
HSL 180.42º 0.68% 0.59% -
HSV(B) 180.42º 0.64% 0.87% -
XYZ 41.87 58.07 77.41 -
YUV 177.96 152.29 57.42 -
System Red Green Blue C M Y K H S L
Decimal 79 220 221 0.64 0.00 0 0.13 180.42 0.68 0.59
Hex 4F DC DD 40 0 0 D B4 44 3B
Octal 117 334 335 100 0 0 15 264 104 73
Binary 1001111 11011100 11011101 1000000 0 0 1101 10110100 1000100 111011

Color Harmonies of #4FDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDCDD

Black with #4FDCDD

Text Example


Text Example

White with #4FDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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