Shades of Turquoise #45D9D5
Tints of Turquoise #45D9D5
RGB
CMYK
RGB Variations
Color information
#45D9D5 (or 0x45D9D5) is known color: Turquoise. HEX triplet: 45, D9 and D5. RGB value is (69,217,213). Sum of RGB (Red+Green+Blue) = 69+217+213=499 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.83% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #45D9D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D9D5 is #BA262A. Grayscale: #ACACAC. Windows color (decimal): -12199467 or 14014789. OLE color: 14014789.
HSL color Cylindrical-coordinate representation of color #45D9D5: hue angle of 178.38º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D9D5 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 217 | 213 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.15 |
| HSL | 178.38º | 0.66% | 0.56% | - |
| HSV(B) | 178.38º | 0.68% | 0.85% | - |
| XYZ | 39.28 | 55.7 | 71.63 | - |
| YUV | 172.29 | 150.97 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 213 | 0.68 | 0 | 0.02 | 0.15 | 178.38 | 0.66 | 0.56 |
| Hex | 45 | D9 | D5 | 44 | 0 | 2 | F | B2 | 42 | 38 |
| Octal | 105 | 331 | 325 | 104 | 0 | 2 | 17 | 262 | 102 | 70 |
| Binary | 1000101 | 11011001 | 11010101 | 1000100 | 0 | 10 | 1111 | 10110010 | 1000010 | 111000 |
Color Harmonies of #45D9D5
Complementary color
Monochromatic Colors of #45D9D5
Black with #45D9D5
Text Example
Text Example
White with #45D9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D9D5; }
p { color: rgb(69,217,213); }
H1.HeaderClassName
{
color: #45D9D5;
}
.AnyTagClassName
{
color: #45D9D5;
}
</style>
background-color css
<style>
a { background-color: #45D9D5; }
a { background-color: rgb(69,217,213); }
div.DivClassName
{
background-color: #45D9D5;
}
.BgClassName
{
background-color: #45D9D5;
}
</style>
border-color css
<style>
span { border-color: #45D9D5; }
span { border-color: rgb(69,217,213); }
td.TdClassName
{
border-color: #45D9D5;
}
.TagClassName
{
border-color: #45D9D5;
}
</style>