Shades of Medium Turquoise #51CFDA
Tints of Medium Turquoise #51CFDA
RGB
CMYK
RGB Variations
Color information
#51CFDA (or 0x51CFDA) is known color: Medium Turquoise. HEX triplet: 51, CF and DA. RGB value is (81,207,218). Sum of RGB (Red+Green+Blue) = 81+207+218=506 (67% of max value = 765). Red value is 81 (32.03% from 255 or 16.01% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #51CFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CFDA is #AE3025. Grayscale: #AAAAAA. Windows color (decimal): -11415590 or 14339921. OLE color: 14339921.
HSL color Cylindrical-coordinate representation of color #51CFDA: hue angle of 184.82º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51CFDA is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 207 | 218 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.15 |
| HSL | 184.82º | 0.65% | 0.59% | - |
| HSV(B) | 184.82º | 0.63% | 0.85% | - |
| XYZ | 38.36 | 51.44 | 74.24 | - |
| YUV | 170.58 | 154.76 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 207 | 218 | 0.63 | 0.05 | 0 | 0.15 | 184.82 | 0.65 | 0.59 |
| Hex | 51 | CF | DA | 3F | 5 | 0 | F | B9 | 41 | 3B |
| Octal | 121 | 317 | 332 | 77 | 5 | 0 | 17 | 271 | 101 | 73 |
| Binary | 1010001 | 11001111 | 11011010 | 111111 | 101 | 0 | 1111 | 10111001 | 1000001 | 111011 |
Color Harmonies of #51CFDA
Complementary color
Monochromatic Colors of #51CFDA
Black with #51CFDA
Text Example
Text Example
White with #51CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CFDA; }
p { color: rgb(81,207,218); }
H1.HeaderClassName
{
color: #51CFDA;
}
.AnyTagClassName
{
color: #51CFDA;
}
</style>
background-color css
<style>
a { background-color: #51CFDA; }
a { background-color: rgb(81,207,218); }
div.DivClassName
{
background-color: #51CFDA;
}
.BgClassName
{
background-color: #51CFDA;
}
</style>
border-color css
<style>
span { border-color: #51CFDA; }
span { border-color: rgb(81,207,218); }
td.TdClassName
{
border-color: #51CFDA;
}
.TagClassName
{
border-color: #51CFDA;
}
</style>