Shades of Turquoise #45FBDB
Tints of Turquoise #45FBDB
RGB
CMYK
RGB Variations
Color information
#45FBDB (or 0x45FBDB) is known color: Turquoise. HEX triplet: 45, FB and DB. RGB value is (69,251,219). Sum of RGB (Red+Green+Blue) = 69+251+219=539 (71% of max value = 765). Red value is 69 (27.34% from 255 or 12.80% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #45FBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FBDB is #BA0424. Grayscale: #C0C0C0. Windows color (decimal): -12190757 or 14416709. OLE color: 14416709.
HSL color Cylindrical-coordinate representation of color #45FBDB: hue angle of 169.45º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FBDB is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 251 | 219 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.02 |
| HSL | 169.45º | 0.96% | 0.63% | - |
| HSV(B) | 169.45º | 0.73% | 0.98% | - |
| XYZ | 49.74 | 75.37 | 78.95 | - |
| YUV | 192.93 | 142.7 | 39.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 251 | 219 | 0.73 | 0 | 0.13 | 0.02 | 169.45 | 0.96 | 0.63 |
| Hex | 45 | FB | DB | 49 | 0 | D | 2 | A9 | 60 | 3F |
| Octal | 105 | 373 | 333 | 111 | 0 | 15 | 2 | 251 | 140 | 77 |
| Binary | 1000101 | 11111011 | 11011011 | 1001001 | 0 | 1101 | 10 | 10101001 | 1100000 | 111111 |
Color Harmonies of #45FBDB
Complementary color
Monochromatic Colors of #45FBDB
Black with #45FBDB
Text Example
Text Example
White with #45FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FBDB; }
p { color: rgb(69,251,219); }
H1.HeaderClassName
{
color: #45FBDB;
}
.AnyTagClassName
{
color: #45FBDB;
}
</style>
background-color css
<style>
a { background-color: #45FBDB; }
a { background-color: rgb(69,251,219); }
div.DivClassName
{
background-color: #45FBDB;
}
.BgClassName
{
background-color: #45FBDB;
}
</style>
border-color css
<style>
span { border-color: #45FBDB; }
span { border-color: rgb(69,251,219); }
td.TdClassName
{
border-color: #45FBDB;
}
.TagClassName
{
border-color: #45FBDB;
}
</style>