Shades of Turquoise Blue #51EDF0
Tints of Turquoise Blue #51EDF0
RGB
CMYK
RGB Variations
Color information
#51EDF0 (or 0x51EDF0) is known color: Turquoise Blue. HEX triplet: 51, ED and F0. RGB value is (81,237,240). Sum of RGB (Red+Green+Blue) = 81+237+240=558 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.52% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #51EDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51EDF0 is #AE120F. Grayscale: #BEBEBE. Windows color (decimal): -11407888 or 15789393. OLE color: 15789393.
HSL color Cylindrical-coordinate representation of color #51EDF0: hue angle of 181.13º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EDF0 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 237 | 240 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.06 |
| HSL | 181.13º | 0.84% | 0.63% | - |
| HSV(B) | 181.13º | 0.66% | 0.94% | - |
| XYZ | 49.41 | 68.61 | 93.08 | - |
| YUV | 190.7 | 155.82 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 237 | 240 | 0.66 | 0.01 | 0 | 0.06 | 181.13 | 0.84 | 0.63 |
| Hex | 51 | ED | F0 | 42 | 1 | 0 | 6 | B5 | 54 | 3F |
| Octal | 121 | 355 | 360 | 102 | 1 | 0 | 6 | 265 | 124 | 77 |
| Binary | 1010001 | 11101101 | 11110000 | 1000010 | 1 | 0 | 110 | 10110101 | 1010100 | 111111 |
Color Harmonies of #51EDF0
Complementary color
Monochromatic Colors of #51EDF0
Black with #51EDF0
Text Example
Text Example
White with #51EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EDF0; }
p { color: rgb(81,237,240); }
H1.HeaderClassName
{
color: #51EDF0;
}
.AnyTagClassName
{
color: #51EDF0;
}
</style>
background-color css
<style>
a { background-color: #51EDF0; }
a { background-color: rgb(81,237,240); }
div.DivClassName
{
background-color: #51EDF0;
}
.BgClassName
{
background-color: #51EDF0;
}
</style>
border-color css
<style>
span { border-color: #51EDF0; }
span { border-color: rgb(81,237,240); }
td.TdClassName
{
border-color: #51EDF0;
}
.TagClassName
{
border-color: #51EDF0;
}
</style>