Shades of Turquoise Blue #51DFE8
Tints of Turquoise Blue #51DFE8
RGB
CMYK
RGB Variations
Color information
#51DFE8 (or 0x51DFE8) is known color: Turquoise Blue. HEX triplet: 51, DF and E8. RGB value is (81,223,232). Sum of RGB (Red+Green+Blue) = 81+223+232=536 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.11% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #51DFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DFE8 is #AE2017. Grayscale: #B5B5B5. Windows color (decimal): -11411480 or 15261521. OLE color: 15261521.
HSL color Cylindrical-coordinate representation of color #51DFE8: hue angle of 183.58º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51DFE8 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 223 | 232 | - |
| CMYK | 0.65 | 0.04 | 0 | 0.09 |
| HSL | 183.58º | 0.77% | 0.61% | - |
| HSV(B) | 183.58º | 0.65% | 0.91% | - |
| XYZ | 44.35 | 60.35 | 85.66 | - |
| YUV | 181.57 | 156.46 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 223 | 232 | 0.65 | 0.04 | 0 | 0.09 | 183.58 | 0.77 | 0.61 |
| Hex | 51 | DF | E8 | 41 | 4 | 0 | 9 | B8 | 4D | 3D |
| Octal | 121 | 337 | 350 | 101 | 4 | 0 | 11 | 270 | 115 | 75 |
| Binary | 1010001 | 11011111 | 11101000 | 1000001 | 100 | 0 | 1001 | 10111000 | 1001101 | 111101 |
Color Harmonies of #51DFE8
Complementary color
Monochromatic Colors of #51DFE8
Black with #51DFE8
Text Example
Text Example
White with #51DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DFE8; }
p { color: rgb(81,223,232); }
H1.HeaderClassName
{
color: #51DFE8;
}
.AnyTagClassName
{
color: #51DFE8;
}
</style>
background-color css
<style>
a { background-color: #51DFE8; }
a { background-color: rgb(81,223,232); }
div.DivClassName
{
background-color: #51DFE8;
}
.BgClassName
{
background-color: #51DFE8;
}
</style>
border-color css
<style>
span { border-color: #51DFE8; }
span { border-color: rgb(81,223,232); }
td.TdClassName
{
border-color: #51DFE8;
}
.TagClassName
{
border-color: #51DFE8;
}
</style>