Shades of Turquoise Blue #51CFE8
Tints of Turquoise Blue #51CFE8
RGB
CMYK
RGB Variations
Color information
#51CFE8 (or 0x51CFE8) is known color: Turquoise Blue. HEX triplet: 51, CF and E8. RGB value is (81,207,232). Sum of RGB (Red+Green+Blue) = 81+207+232=520 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.58% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 232 (91.02% from 255 or 44.62% from 520); Max value from RGB is 232 - color contains mainly: blue. Hex color #51CFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51CFE8 is #AE3017. Grayscale: #ABABAB. Windows color (decimal): -11415576 or 15257425. OLE color: 15257425.
HSL color Cylindrical-coordinate representation of color #51CFE8: hue angle of 189.93º 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 #51CFE8 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 207 | 232 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.09 |
| HSL | 189.93º | 0.77% | 0.61% | - |
| HSV(B) | 189.93º | 0.65% | 0.91% | - |
| XYZ | 40.27 | 52.2 | 84.3 | - |
| YUV | 172.18 | 161.76 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 207 | 232 | 0.65 | 0.11 | 0 | 0.09 | 189.93 | 0.77 | 0.61 |
| Hex | 51 | CF | E8 | 41 | B | 0 | 9 | BE | 4D | 3D |
| Octal | 121 | 317 | 350 | 101 | 13 | 0 | 11 | 276 | 115 | 75 |
| Binary | 1010001 | 11001111 | 11101000 | 1000001 | 1011 | 0 | 1001 | 10111110 | 1001101 | 111101 |
Color Harmonies of #51CFE8
Complementary color
Monochromatic Colors of #51CFE8
Black with #51CFE8
Text Example
Text Example
White with #51CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CFE8; }
p { color: rgb(81,207,232); }
H1.HeaderClassName
{
color: #51CFE8;
}
.AnyTagClassName
{
color: #51CFE8;
}
</style>
background-color css
<style>
a { background-color: #51CFE8; }
a { background-color: rgb(81,207,232); }
div.DivClassName
{
background-color: #51CFE8;
}
.BgClassName
{
background-color: #51CFE8;
}
</style>
border-color css
<style>
span { border-color: #51CFE8; }
span { border-color: rgb(81,207,232); }
td.TdClassName
{
border-color: #51CFE8;
}
.TagClassName
{
border-color: #51CFE8;
}
</style>