Shades of Turquoise #45DFB5
Tints of Turquoise #45DFB5
RGB
CMYK
RGB Variations
Color information
#45DFB5 (or 0x45DFB5) is known color: Turquoise. HEX triplet: 45, DF and B5. RGB value is (69,223,181). Sum of RGB (Red+Green+Blue) = 69+223+181=473 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.59% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #45DFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DFB5 is #BA204A. Grayscale: #ACACAC. Windows color (decimal): -12197963 or 11919173. OLE color: 11919173.
HSL color Cylindrical-coordinate representation of color #45DFB5: hue angle of 163.64º 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 #45DFB5 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 223 | 181 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.13 |
| HSL | 163.64º | 0.71% | 0.57% | - |
| HSV(B) | 163.64º | 0.69% | 0.87% | - |
| XYZ | 37.18 | 57.38 | 52.83 | - |
| YUV | 172.17 | 132.98 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 223 | 181 | 0.69 | 0 | 0.19 | 0.13 | 163.64 | 0.71 | 0.57 |
| Hex | 45 | DF | B5 | 45 | 0 | 13 | D | A4 | 47 | 39 |
| Octal | 105 | 337 | 265 | 105 | 0 | 23 | 15 | 244 | 107 | 71 |
| Binary | 1000101 | 11011111 | 10110101 | 1000101 | 0 | 10011 | 1101 | 10100100 | 1000111 | 111001 |
Color Harmonies of #45DFB5
Complementary color
Monochromatic Colors of #45DFB5
Black with #45DFB5
Text Example
Text Example
White with #45DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DFB5; }
p { color: rgb(69,223,181); }
H1.HeaderClassName
{
color: #45DFB5;
}
.AnyTagClassName
{
color: #45DFB5;
}
</style>
background-color css
<style>
a { background-color: #45DFB5; }
a { background-color: rgb(69,223,181); }
div.DivClassName
{
background-color: #45DFB5;
}
.BgClassName
{
background-color: #45DFB5;
}
</style>
border-color css
<style>
span { border-color: #45DFB5; }
span { border-color: rgb(69,223,181); }
td.TdClassName
{
border-color: #45DFB5;
}
.TagClassName
{
border-color: #45DFB5;
}
</style>