Shades of Turquoise #45DACF
Tints of Turquoise #45DACF
RGB
CMYK
RGB Variations
Color information
#45DACF (or 0x45DACF) is known color: Turquoise. HEX triplet: 45, DA and CF. RGB value is (69,218,207). Sum of RGB (Red+Green+Blue) = 69+218+207=494 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.97% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #45DACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DACF is #BA2530. Grayscale: #ACACAC. Windows color (decimal): -12199217 or 13621829. OLE color: 13621829.
HSL color Cylindrical-coordinate representation of color #45DACF: hue angle of 175.57º degrees, saturation: 0.67, 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 #45DACF is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 218 | 207 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.15 |
| HSL | 175.57º | 0.67% | 0.56% | - |
| HSV(B) | 175.57º | 0.68% | 0.85% | - |
| XYZ | 38.79 | 55.91 | 67.78 | - |
| YUV | 172.2 | 147.64 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 218 | 207 | 0.68 | 0 | 0.05 | 0.15 | 175.57 | 0.67 | 0.56 |
| Hex | 45 | DA | CF | 44 | 0 | 5 | F | B0 | 43 | 38 |
| Octal | 105 | 332 | 317 | 104 | 0 | 5 | 17 | 260 | 103 | 70 |
| Binary | 1000101 | 11011010 | 11001111 | 1000100 | 0 | 101 | 1111 | 10110000 | 1000011 | 111000 |
Color Harmonies of #45DACF
Complementary color
Monochromatic Colors of #45DACF
Black with #45DACF
Text Example
Text Example
White with #45DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DACF; }
p { color: rgb(69,218,207); }
H1.HeaderClassName
{
color: #45DACF;
}
.AnyTagClassName
{
color: #45DACF;
}
</style>
background-color css
<style>
a { background-color: #45DACF; }
a { background-color: rgb(69,218,207); }
div.DivClassName
{
background-color: #45DACF;
}
.BgClassName
{
background-color: #45DACF;
}
</style>
border-color css
<style>
span { border-color: #45DACF; }
span { border-color: rgb(69,218,207); }
td.TdClassName
{
border-color: #45DACF;
}
.TagClassName
{
border-color: #45DACF;
}
</style>