Shades of Turquoise #45DBCC
Tints of Turquoise #45DBCC
RGB
CMYK
RGB Variations
Color information
#45DBCC (or 0x45DBCC) is known color: Turquoise. HEX triplet: 45, DB and CC. RGB value is (69,219,204). Sum of RGB (Red+Green+Blue) = 69+219+204=492 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.02% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #45DBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DBCC is #BA2433. Grayscale: #ACACAC. Windows color (decimal): -12198964 or 13425477. OLE color: 13425477.
HSL color Cylindrical-coordinate representation of color #45DBCC: hue angle of 174º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45DBCC is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 219 | 204 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.14 |
| HSL | 174º | 0.68% | 0.56% | - |
| HSV(B) | 174º | 0.68% | 0.86% | - |
| XYZ | 38.68 | 56.29 | 65.95 | - |
| YUV | 172.44 | 145.81 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 219 | 204 | 0.68 | 0 | 0.07 | 0.14 | 174 | 0.68 | 0.56 |
| Hex | 45 | DB | CC | 44 | 0 | 7 | E | AE | 44 | 38 |
| Octal | 105 | 333 | 314 | 104 | 0 | 7 | 16 | 256 | 104 | 70 |
| Binary | 1000101 | 11011011 | 11001100 | 1000100 | 0 | 111 | 1110 | 10101110 | 1000100 | 111000 |
Color Harmonies of #45DBCC
Complementary color
Monochromatic Colors of #45DBCC
Black with #45DBCC
Text Example
Text Example
White with #45DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DBCC; }
p { color: rgb(69,219,204); }
H1.HeaderClassName
{
color: #45DBCC;
}
.AnyTagClassName
{
color: #45DBCC;
}
</style>
background-color css
<style>
a { background-color: #45DBCC; }
a { background-color: rgb(69,219,204); }
div.DivClassName
{
background-color: #45DBCC;
}
.BgClassName
{
background-color: #45DBCC;
}
</style>
border-color css
<style>
span { border-color: #45DBCC; }
span { border-color: rgb(69,219,204); }
td.TdClassName
{
border-color: #45DBCC;
}
.TagClassName
{
border-color: #45DBCC;
}
</style>