Html Css Color HEX #4FDBDC Medium Turquoise

📋 copy color: '#4FDBDC'

red 79 ◦ green 219 ◦ blue 220

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

Shades of Medium Turquoise #4FDBDC

Tints of Medium Turquoise #4FDBDC

RGB

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

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

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

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

CMYK

 C value IS 0.64

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #4FDBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDBDC

Black with #4FDBDC

Text Example


Text Example

White with #4FDBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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