Shades of Medium Turquoise #51CBDC
Tints of Medium Turquoise #51CBDC
RGB
CMYK
RGB Variations
Color information
#51CBDC (or 0x51CBDC) is known color: Medium Turquoise. HEX triplet: 51, CB and DC. RGB value is (81,203,220). Sum of RGB (Red+Green+Blue) = 81+203+220=504 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.07% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #51CBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CBDC is #AE3423. Grayscale: #A8A8A8. Windows color (decimal): -11416612 or 14469969. OLE color: 14469969.
HSL color Cylindrical-coordinate representation of color #51CBDC: hue angle of 187.34º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51CBDC is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 203 | 220 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.14 |
| HSL | 187.34º | 0.67% | 0.59% | - |
| HSV(B) | 187.34º | 0.63% | 0.86% | - |
| XYZ | 37.67 | 49.63 | 75.3 | - |
| YUV | 168.46 | 157.08 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 203 | 220 | 0.63 | 0.08 | 0 | 0.14 | 187.34 | 0.67 | 0.59 |
| Hex | 51 | CB | DC | 3F | 8 | 0 | E | BB | 43 | 3B |
| Octal | 121 | 313 | 334 | 77 | 10 | 0 | 16 | 273 | 103 | 73 |
| Binary | 1010001 | 11001011 | 11011100 | 111111 | 1000 | 0 | 1110 | 10111011 | 1000011 | 111011 |
Color Harmonies of #51CBDC
Complementary color
Monochromatic Colors of #51CBDC
Black with #51CBDC
Text Example
Text Example
White with #51CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CBDC; }
p { color: rgb(81,203,220); }
H1.HeaderClassName
{
color: #51CBDC;
}
.AnyTagClassName
{
color: #51CBDC;
}
</style>
background-color css
<style>
a { background-color: #51CBDC; }
a { background-color: rgb(81,203,220); }
div.DivClassName
{
background-color: #51CBDC;
}
.BgClassName
{
background-color: #51CBDC;
}
</style>
border-color css
<style>
span { border-color: #51CBDC; }
span { border-color: rgb(81,203,220); }
td.TdClassName
{
border-color: #51CBDC;
}
.TagClassName
{
border-color: #51CBDC;
}
</style>