Shades of Turquoise Blue #51DFFD
Tints of Turquoise Blue #51DFFD
RGB
CMYK
RGB Variations
Color information
#51DFFD (or 0x51DFFD) is known color: Turquoise Blue. HEX triplet: 51, DF and FD. RGB value is (81,223,253). Sum of RGB (Red+Green+Blue) = 81+223+253=557 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.54% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #51DFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DFFD is #AE2002. Grayscale: #B7B7B7. Windows color (decimal): -11411459 or 16637777. OLE color: 16637777.
HSL color Cylindrical-coordinate representation of color #51DFFD: hue angle of 190.47º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51DFFD is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 223 | 253 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.01 |
| HSL | 190.47º | 0.98% | 0.65% | - |
| HSV(B) | 190.47º | 0.68% | 0.99% | - |
| XYZ | 47.51 | 61.62 | 102.32 | - |
| YUV | 183.96 | 166.96 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 223 | 253 | 0.68 | 0.12 | 0 | 0.01 | 190.47 | 0.98 | 0.65 |
| Hex | 51 | DF | FD | 44 | C | 0 | 1 | BE | 62 | 41 |
| Octal | 121 | 337 | 375 | 104 | 14 | 0 | 1 | 276 | 142 | 101 |
| Binary | 1010001 | 11011111 | 11111101 | 1000100 | 1100 | 0 | 1 | 10111110 | 1100010 | 1000001 |
Color Harmonies of #51DFFD
Complementary color
Monochromatic Colors of #51DFFD
Black with #51DFFD
Text Example
Text Example
White with #51DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DFFD; }
p { color: rgb(81,223,253); }
H1.HeaderClassName
{
color: #51DFFD;
}
.AnyTagClassName
{
color: #51DFFD;
}
</style>
background-color css
<style>
a { background-color: #51DFFD; }
a { background-color: rgb(81,223,253); }
div.DivClassName
{
background-color: #51DFFD;
}
.BgClassName
{
background-color: #51DFFD;
}
</style>
border-color css
<style>
span { border-color: #51DFFD; }
span { border-color: rgb(81,223,253); }
td.TdClassName
{
border-color: #51DFFD;
}
.TagClassName
{
border-color: #51DFFD;
}
</style>