Shades of Turquoise #45F5DB
Tints of Turquoise #45F5DB
RGB
CMYK
RGB Variations
Color information
#45F5DB (or 0x45F5DB) is known color: Turquoise. HEX triplet: 45, F5 and DB. RGB value is (69,245,219). Sum of RGB (Red+Green+Blue) = 69+245+219=533 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.95% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #45F5DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F5DB is #BA0A24. Grayscale: #BDBDBD. Windows color (decimal): -12192293 or 14415173. OLE color: 14415173.
HSL color Cylindrical-coordinate representation of color #45F5DB: hue angle of 171.14º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F5DB is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 245 | 219 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.04 |
| HSL | 171.14º | 0.9% | 0.62% | - |
| HSV(B) | 171.14º | 0.72% | 0.96% | - |
| XYZ | 47.89 | 71.68 | 78.33 | - |
| YUV | 189.41 | 144.69 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 245 | 219 | 0.72 | 0 | 0.11 | 0.04 | 171.14 | 0.9 | 0.62 |
| Hex | 45 | F5 | DB | 48 | 0 | B | 4 | AB | 5A | 3E |
| Octal | 105 | 365 | 333 | 110 | 0 | 13 | 4 | 253 | 132 | 76 |
| Binary | 1000101 | 11110101 | 11011011 | 1001000 | 0 | 1011 | 100 | 10101011 | 1011010 | 111110 |
Color Harmonies of #45F5DB
Complementary color
Monochromatic Colors of #45F5DB
Black with #45F5DB
Text Example
Text Example
White with #45F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F5DB; }
p { color: rgb(69,245,219); }
H1.HeaderClassName
{
color: #45F5DB;
}
.AnyTagClassName
{
color: #45F5DB;
}
</style>
background-color css
<style>
a { background-color: #45F5DB; }
a { background-color: rgb(69,245,219); }
div.DivClassName
{
background-color: #45F5DB;
}
.BgClassName
{
background-color: #45F5DB;
}
</style>
border-color css
<style>
span { border-color: #45F5DB; }
span { border-color: rgb(69,245,219); }
td.TdClassName
{
border-color: #45F5DB;
}
.TagClassName
{
border-color: #45F5DB;
}
</style>