Shades of Turquoise Blue #51EDF2
Tints of Turquoise Blue #51EDF2
RGB
CMYK
RGB Variations
Color information
#51EDF2 (or 0x51EDF2) is known color: Turquoise Blue. HEX triplet: 51, ED and F2. RGB value is (81,237,242). Sum of RGB (Red+Green+Blue) = 81+237+242=560 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.46% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #51EDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51EDF2 is #AE120D. Grayscale: #BEBEBE. Windows color (decimal): -11407886 or 15920465. OLE color: 15920465.
HSL color Cylindrical-coordinate representation of color #51EDF2: hue angle of 181.86º 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 #51EDF2 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 237 | 242 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.05 |
| HSL | 181.86º | 0.86% | 0.63% | - |
| HSV(B) | 181.86º | 0.67% | 0.95% | - |
| XYZ | 49.7 | 68.73 | 94.65 | - |
| YUV | 190.93 | 156.82 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 237 | 242 | 0.67 | 0.02 | 0 | 0.05 | 181.86 | 0.86 | 0.63 |
| Hex | 51 | ED | F2 | 43 | 2 | 0 | 5 | B6 | 56 | 3F |
| Octal | 121 | 355 | 362 | 103 | 2 | 0 | 5 | 266 | 126 | 77 |
| Binary | 1010001 | 11101101 | 11110010 | 1000011 | 10 | 0 | 101 | 10110110 | 1010110 | 111111 |
Color Harmonies of #51EDF2
Complementary color
Monochromatic Colors of #51EDF2
Black with #51EDF2
Text Example
Text Example
White with #51EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EDF2; }
p { color: rgb(81,237,242); }
H1.HeaderClassName
{
color: #51EDF2;
}
.AnyTagClassName
{
color: #51EDF2;
}
</style>
background-color css
<style>
a { background-color: #51EDF2; }
a { background-color: rgb(81,237,242); }
div.DivClassName
{
background-color: #51EDF2;
}
.BgClassName
{
background-color: #51EDF2;
}
</style>
border-color css
<style>
span { border-color: #51EDF2; }
span { border-color: rgb(81,237,242); }
td.TdClassName
{
border-color: #51EDF2;
}
.TagClassName
{
border-color: #51EDF2;
}
</style>