Shades of Turquoise #51EECB
Tints of Turquoise #51EECB
RGB
CMYK
RGB Variations
Color information
#51EECB (or 0x51EECB) is known color: Turquoise. HEX triplet: 51, EE and CB. RGB value is (81,238,203). Sum of RGB (Red+Green+Blue) = 81+238+203=522 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.52% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #51EECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EECB is #AE1134. Grayscale: #BBBBBB. Windows color (decimal): -11407669 or 13364817. OLE color: 13364817.
HSL color Cylindrical-coordinate representation of color #51EECB: hue angle of 166.62º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EECB is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 238 | 203 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.07 |
| HSL | 166.62º | 0.82% | 0.63% | - |
| HSV(B) | 166.62º | 0.66% | 0.93% | - |
| XYZ | 44.75 | 67.21 | 67.11 | - |
| YUV | 187.07 | 136.99 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 238 | 203 | 0.66 | 0 | 0.15 | 0.07 | 166.62 | 0.82 | 0.63 |
| Hex | 51 | EE | CB | 42 | 0 | F | 7 | A7 | 52 | 3F |
| Octal | 121 | 356 | 313 | 102 | 0 | 17 | 7 | 247 | 122 | 77 |
| Binary | 1010001 | 11101110 | 11001011 | 1000010 | 0 | 1111 | 111 | 10100111 | 1010010 | 111111 |
Color Harmonies of #51EECB
Complementary color
Monochromatic Colors of #51EECB
Black with #51EECB
Text Example
Text Example
White with #51EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EECB; }
p { color: rgb(81,238,203); }
H1.HeaderClassName
{
color: #51EECB;
}
.AnyTagClassName
{
color: #51EECB;
}
</style>
background-color css
<style>
a { background-color: #51EECB; }
a { background-color: rgb(81,238,203); }
div.DivClassName
{
background-color: #51EECB;
}
.BgClassName
{
background-color: #51EECB;
}
</style>
border-color css
<style>
span { border-color: #51EECB; }
span { border-color: rgb(81,238,203); }
td.TdClassName
{
border-color: #51EECB;
}
.TagClassName
{
border-color: #51EECB;
}
</style>