Shades of Turquoise Blue #51DFE5
Tints of Turquoise Blue #51DFE5
RGB
CMYK
RGB Variations
Color information
#51DFE5 (or 0x51DFE5) is known color: Turquoise Blue. HEX triplet: 51, DF and E5. RGB value is (81,223,229). Sum of RGB (Red+Green+Blue) = 81+223+229=533 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.20% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #51DFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DFE5 is #AE201A. Grayscale: #B5B5B5. Windows color (decimal): -11411483 or 15064913. OLE color: 15064913.
HSL color Cylindrical-coordinate representation of color #51DFE5: hue angle of 182.43º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51DFE5 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 223 | 229 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.10 |
| HSL | 182.43º | 0.74% | 0.61% | - |
| HSV(B) | 182.43º | 0.65% | 0.9% | - |
| XYZ | 43.92 | 60.18 | 83.43 | - |
| YUV | 181.23 | 154.96 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 223 | 229 | 0.65 | 0.03 | 0 | 0.10 | 182.43 | 0.74 | 0.61 |
| Hex | 51 | DF | E5 | 41 | 3 | 0 | A | B6 | 4A | 3D |
| Octal | 121 | 337 | 345 | 101 | 3 | 0 | 12 | 266 | 112 | 75 |
| Binary | 1010001 | 11011111 | 11100101 | 1000001 | 11 | 0 | 1010 | 10110110 | 1001010 | 111101 |
Color Harmonies of #51DFE5
Complementary color
Monochromatic Colors of #51DFE5
Black with #51DFE5
Text Example
Text Example
White with #51DFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DFE5; }
p { color: rgb(81,223,229); }
H1.HeaderClassName
{
color: #51DFE5;
}
.AnyTagClassName
{
color: #51DFE5;
}
</style>
background-color css
<style>
a { background-color: #51DFE5; }
a { background-color: rgb(81,223,229); }
div.DivClassName
{
background-color: #51DFE5;
}
.BgClassName
{
background-color: #51DFE5;
}
</style>
border-color css
<style>
span { border-color: #51DFE5; }
span { border-color: rgb(81,223,229); }
td.TdClassName
{
border-color: #51DFE5;
}
.TagClassName
{
border-color: #51DFE5;
}
</style>