Shades of Turquoise #45D9CF
Tints of Turquoise #45D9CF
RGB
CMYK
RGB Variations
Color information
#45D9CF (or 0x45D9CF) is known color: Turquoise. HEX triplet: 45, D9 and CF. RGB value is (69,217,207). Sum of RGB (Red+Green+Blue) = 69+217+207=493 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.00% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #45D9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D9CF is #BA2630. Grayscale: #ABABAB. Windows color (decimal): -12199473 or 13621573. OLE color: 13621573.
HSL color Cylindrical-coordinate representation of color #45D9CF: hue angle of 175.95º 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 #45D9CF is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 217 | 207 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.15 |
| HSL | 175.95º | 0.66% | 0.56% | - |
| HSV(B) | 175.95º | 0.68% | 0.85% | - |
| XYZ | 38.53 | 55.4 | 67.69 | - |
| YUV | 171.61 | 147.97 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 207 | 0.68 | 0 | 0.05 | 0.15 | 175.95 | 0.66 | 0.56 |
| Hex | 45 | D9 | CF | 44 | 0 | 5 | F | B0 | 42 | 38 |
| Octal | 105 | 331 | 317 | 104 | 0 | 5 | 17 | 260 | 102 | 70 |
| Binary | 1000101 | 11011001 | 11001111 | 1000100 | 0 | 101 | 1111 | 10110000 | 1000010 | 111000 |
Color Harmonies of #45D9CF
Complementary color
Monochromatic Colors of #45D9CF
Black with #45D9CF
Text Example
Text Example
White with #45D9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D9CF; }
p { color: rgb(69,217,207); }
H1.HeaderClassName
{
color: #45D9CF;
}
.AnyTagClassName
{
color: #45D9CF;
}
</style>
background-color css
<style>
a { background-color: #45D9CF; }
a { background-color: rgb(69,217,207); }
div.DivClassName
{
background-color: #45D9CF;
}
.BgClassName
{
background-color: #45D9CF;
}
</style>
border-color css
<style>
span { border-color: #45D9CF; }
span { border-color: rgb(69,217,207); }
td.TdClassName
{
border-color: #45D9CF;
}
.TagClassName
{
border-color: #45D9CF;
}
</style>