Shades of Turquoise #45DFC8
Tints of Turquoise #45DFC8
RGB
CMYK
RGB Variations
Color information
#45DFC8 (or 0x45DFC8) is known color: Turquoise. HEX triplet: 45, DF and C8. RGB value is (69,223,200). Sum of RGB (Red+Green+Blue) = 69+223+200=492 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.02% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #45DFC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DFC8 is #BA2037. Grayscale: #AEAEAE. Windows color (decimal): -12197944 or 13164357. OLE color: 13164357.
HSL color Cylindrical-coordinate representation of color #45DFC8: hue angle of 171.04º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DFC8 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 223 | 200 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.13 |
| HSL | 171.04º | 0.71% | 0.57% | - |
| HSV(B) | 171.04º | 0.69% | 0.87% | - |
| XYZ | 39.27 | 58.21 | 63.81 | - |
| YUV | 174.33 | 142.48 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 223 | 200 | 0.69 | 0 | 0.10 | 0.13 | 171.04 | 0.71 | 0.57 |
| Hex | 45 | DF | C8 | 45 | 0 | A | D | AB | 47 | 39 |
| Octal | 105 | 337 | 310 | 105 | 0 | 12 | 15 | 253 | 107 | 71 |
| Binary | 1000101 | 11011111 | 11001000 | 1000101 | 0 | 1010 | 1101 | 10101011 | 1000111 | 111001 |
Color Harmonies of #45DFC8
Complementary color
Monochromatic Colors of #45DFC8
Black with #45DFC8
Text Example
Text Example
White with #45DFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DFC8; }
p { color: rgb(69,223,200); }
H1.HeaderClassName
{
color: #45DFC8;
}
.AnyTagClassName
{
color: #45DFC8;
}
</style>
background-color css
<style>
a { background-color: #45DFC8; }
a { background-color: rgb(69,223,200); }
div.DivClassName
{
background-color: #45DFC8;
}
.BgClassName
{
background-color: #45DFC8;
}
</style>
border-color css
<style>
span { border-color: #45DFC8; }
span { border-color: rgb(69,223,200); }
td.TdClassName
{
border-color: #45DFC8;
}
.TagClassName
{
border-color: #45DFC8;
}
</style>