Shades of Turquoise Blue #51DBF2
Tints of Turquoise Blue #51DBF2
RGB
CMYK
RGB Variations
Color information
#51DBF2 (or 0x51DBF2) is known color: Turquoise Blue. HEX triplet: 51, DB and F2. RGB value is (81,219,242). Sum of RGB (Red+Green+Blue) = 81+219+242=542 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.94% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #51DBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DBF2 is #AE240D. Grayscale: #B4B4B4. Windows color (decimal): -11412494 or 15915857. OLE color: 15915857.
HSL color Cylindrical-coordinate representation of color #51DBF2: hue angle of 188.57º 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 #51DBF2 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 219 | 242 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.05 |
| HSL | 188.57º | 0.86% | 0.63% | - |
| HSV(B) | 188.57º | 0.67% | 0.95% | - |
| XYZ | 44.75 | 58.82 | 93 | - |
| YUV | 180.36 | 162.78 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 219 | 242 | 0.67 | 0.10 | 0 | 0.05 | 188.57 | 0.86 | 0.63 |
| Hex | 51 | DB | F2 | 43 | A | 0 | 5 | BD | 56 | 3F |
| Octal | 121 | 333 | 362 | 103 | 12 | 0 | 5 | 275 | 126 | 77 |
| Binary | 1010001 | 11011011 | 11110010 | 1000011 | 1010 | 0 | 101 | 10111101 | 1010110 | 111111 |
Color Harmonies of #51DBF2
Complementary color
Monochromatic Colors of #51DBF2
Black with #51DBF2
Text Example
Text Example
White with #51DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DBF2; }
p { color: rgb(81,219,242); }
H1.HeaderClassName
{
color: #51DBF2;
}
.AnyTagClassName
{
color: #51DBF2;
}
</style>
background-color css
<style>
a { background-color: #51DBF2; }
a { background-color: rgb(81,219,242); }
div.DivClassName
{
background-color: #51DBF2;
}
.BgClassName
{
background-color: #51DBF2;
}
</style>
border-color css
<style>
span { border-color: #51DBF2; }
span { border-color: rgb(81,219,242); }
td.TdClassName
{
border-color: #51DBF2;
}
.TagClassName
{
border-color: #51DBF2;
}
</style>