Shades of Medium Turquoise #51DBDF
Tints of Medium Turquoise #51DBDF
RGB
CMYK
RGB Variations
Color information
#51DBDF (or 0x51DBDF) is known color: Medium Turquoise. HEX triplet: 51, DB and DF. RGB value is (81,219,223). Sum of RGB (Red+Green+Blue) = 81+219+223=523 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.49% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #51DBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DBDF is #AE2420. Grayscale: #B2B2B2. Windows color (decimal): -11412513 or 14670673. OLE color: 14670673.
HSL color Cylindrical-coordinate representation of color #51DBDF: hue angle of 181.69º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DBDF is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 219 | 223 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.13 |
| HSL | 181.69º | 0.69% | 0.6% | - |
| HSV(B) | 181.69º | 0.64% | 0.87% | - |
| XYZ | 42.04 | 57.74 | 78.74 | - |
| YUV | 178.19 | 153.28 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 219 | 223 | 0.64 | 0.02 | 0 | 0.13 | 181.69 | 0.69 | 0.6 |
| Hex | 51 | DB | DF | 40 | 2 | 0 | D | B6 | 45 | 3C |
| Octal | 121 | 333 | 337 | 100 | 2 | 0 | 15 | 266 | 105 | 74 |
| Binary | 1010001 | 11011011 | 11011111 | 1000000 | 10 | 0 | 1101 | 10110110 | 1000101 | 111100 |
Color Harmonies of #51DBDF
Complementary color
Monochromatic Colors of #51DBDF
Black with #51DBDF
Text Example
Text Example
White with #51DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DBDF; }
p { color: rgb(81,219,223); }
H1.HeaderClassName
{
color: #51DBDF;
}
.AnyTagClassName
{
color: #51DBDF;
}
</style>
background-color css
<style>
a { background-color: #51DBDF; }
a { background-color: rgb(81,219,223); }
div.DivClassName
{
background-color: #51DBDF;
}
.BgClassName
{
background-color: #51DBDF;
}
</style>
border-color css
<style>
span { border-color: #51DBDF; }
span { border-color: rgb(81,219,223); }
td.TdClassName
{
border-color: #51DBDF;
}
.TagClassName
{
border-color: #51DBDF;
}
</style>