Shades of Turquoise Blue #51D4F2
Tints of Turquoise Blue #51D4F2
RGB
CMYK
RGB Variations
Color information
#51D4F2 (or 0x51D4F2) is known color: Turquoise Blue. HEX triplet: 51, D4 and F2. RGB value is (81,212,242). Sum of RGB (Red+Green+Blue) = 81+212+242=535 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.14% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #51D4F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D4F2 is #AE2B0D. Grayscale: #B0B0B0. Windows color (decimal): -11414286 or 15914065. OLE color: 15914065.
HSL color Cylindrical-coordinate representation of color #51D4F2: hue angle of 191.18º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51D4F2 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 212 | 242 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.05 |
| HSL | 191.18º | 0.86% | 0.63% | - |
| HSV(B) | 191.18º | 0.67% | 0.95% | - |
| XYZ | 42.96 | 55.25 | 92.4 | - |
| YUV | 176.25 | 165.1 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 212 | 242 | 0.67 | 0.12 | 0 | 0.05 | 191.18 | 0.86 | 0.63 |
| Hex | 51 | D4 | F2 | 43 | C | 0 | 5 | BF | 56 | 3F |
| Octal | 121 | 324 | 362 | 103 | 14 | 0 | 5 | 277 | 126 | 77 |
| Binary | 1010001 | 11010100 | 11110010 | 1000011 | 1100 | 0 | 101 | 10111111 | 1010110 | 111111 |
Color Harmonies of #51D4F2
Complementary color
Monochromatic Colors of #51D4F2
Black with #51D4F2
Text Example
Text Example
White with #51D4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D4F2; }
p { color: rgb(81,212,242); }
H1.HeaderClassName
{
color: #51D4F2;
}
.AnyTagClassName
{
color: #51D4F2;
}
</style>
background-color css
<style>
a { background-color: #51D4F2; }
a { background-color: rgb(81,212,242); }
div.DivClassName
{
background-color: #51D4F2;
}
.BgClassName
{
background-color: #51D4F2;
}
</style>
border-color css
<style>
span { border-color: #51D4F2; }
span { border-color: rgb(81,212,242); }
td.TdClassName
{
border-color: #51D4F2;
}
.TagClassName
{
border-color: #51D4F2;
}
</style>