Shades of Turquoise #51EFE2
Tints of Turquoise #51EFE2
RGB
CMYK
RGB Variations
Color information
#51EFE2 (or 0x51EFE2) is known color: Turquoise. HEX triplet: 51, EF and E2. RGB value is (81,239,226). Sum of RGB (Red+Green+Blue) = 81+239+226=546 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.84% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 226 (88.67% from 255 or 41.39% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #51EFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EFE2 is #AE101D. Grayscale: #BEBEBE. Windows color (decimal): -11407390 or 14872401. OLE color: 14872401.
HSL color Cylindrical-coordinate representation of color #51EFE2: hue angle of 175.06º degrees, saturation: 0.83, 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 #51EFE2 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 239 | 226 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.06 |
| HSL | 175.06º | 0.83% | 0.63% | - |
| HSV(B) | 175.06º | 0.66% | 0.94% | - |
| XYZ | 47.99 | 68.97 | 82.74 | - |
| YUV | 190.28 | 148.15 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 239 | 226 | 0.66 | 0 | 0.05 | 0.06 | 175.06 | 0.83 | 0.63 |
| Hex | 51 | EF | E2 | 42 | 0 | 5 | 6 | AF | 53 | 3F |
| Octal | 121 | 357 | 342 | 102 | 0 | 5 | 6 | 257 | 123 | 77 |
| Binary | 1010001 | 11101111 | 11100010 | 1000010 | 0 | 101 | 110 | 10101111 | 1010011 | 111111 |
Color Harmonies of #51EFE2
Complementary color
Monochromatic Colors of #51EFE2
Black with #51EFE2
Text Example
Text Example
White with #51EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EFE2; }
p { color: rgb(81,239,226); }
H1.HeaderClassName
{
color: #51EFE2;
}
.AnyTagClassName
{
color: #51EFE2;
}
</style>
background-color css
<style>
a { background-color: #51EFE2; }
a { background-color: rgb(81,239,226); }
div.DivClassName
{
background-color: #51EFE2;
}
.BgClassName
{
background-color: #51EFE2;
}
</style>
border-color css
<style>
span { border-color: #51EFE2; }
span { border-color: rgb(81,239,226); }
td.TdClassName
{
border-color: #51EFE2;
}
.TagClassName
{
border-color: #51EFE2;
}
</style>