Shades of Medium Turquoise #4FDBDB
Tints of Medium Turquoise #4FDBDB
RGB
CMYK
RGB Variations
Color information
#4FDBDB (or 0x4FDBDB) is known color: Medium Turquoise. HEX triplet: 4F, DB and DB. RGB value is (79,219,219). Sum of RGB (Red+Green+Blue) = 79+219+219=517 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.28% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #4FDBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDBDB is #B02424. Grayscale: #B0B0B0. Windows color (decimal): -11543589 or 14408527. OLE color: 14408527.
HSL color Cylindrical-coordinate representation of color #4FDBDB: hue angle of 180º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDBDB is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 79 | 219 | 219 | - |
CMYK | 0.64 | 0 | 0 | 0.14 |
HSL | 180º | 0.66% | 0.58% | - |
HSV(B) | 180º | 0.64% | 0.86% | - |
XYZ | 41.34 | 57.44 | 75.93 | - |
YUV | 177.14 | 151.62 | 58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 79 | 219 | 219 | 0.64 | 0 | 0 | 0.14 | 180 | 0.66 | 0.58 |
Hex | 4F | DB | DB | 40 | 0 | 0 | E | B4 | 42 | 3A |
Octal | 117 | 333 | 333 | 100 | 0 | 0 | 16 | 264 | 102 | 72 |
Binary | 1001111 | 11011011 | 11011011 | 1000000 | 0 | 0 | 1110 | 10110100 | 1000010 | 111010 |
Color Harmonies of #4FDBDB
Complementary color
Monochromatic Colors of #4FDBDB
Black with #4FDBDB
Text Example
Text Example
White with #4FDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDBDB; }
p { color: rgb(79,219,219); }
H1.HeaderClassName
{
color: #4FDBDB;
}
.AnyTagClassName
{
color: #4FDBDB;
}
</style>
background-color css
<style>
a { background-color: #4FDBDB; }
a { background-color: rgb(79,219,219); }
div.DivClassName
{
background-color: #4FDBDB;
}
.BgClassName
{
background-color: #4FDBDB;
}
</style>
border-color css
<style>
span { border-color: #4FDBDB; }
span { border-color: rgb(79,219,219); }
td.TdClassName
{
border-color: #4FDBDB;
}
.TagClassName
{
border-color: #4FDBDB;
}
</style>