Shades of Turquoise #45FFDB
Tints of Turquoise #45FFDB
RGB
CMYK
RGB Variations
Color information
#45FFDB (or 0x45FFDB) is known color: Turquoise. HEX triplet: 45, FF and DB. RGB value is (69,255,219). Sum of RGB (Red+Green+Blue) = 69+255+219=543 (71% of max value = 765). Red value is 69 (27.34% from 255 or 12.71% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FFDB is #BA0024. Grayscale: #C3C3C3. Windows color (decimal): -12189733 or 14417733. OLE color: 14417733.
HSL color Cylindrical-coordinate representation of color #45FFDB: hue angle of 168.39º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FFDB is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 219 | - |
| CMYK | 0.73 | 0 | 0.14 | 0 |
| HSL | 168.39º | 1% | 0.64% | - |
| HSV(B) | 168.39º | 0.73% | 1% | - |
| XYZ | 51 | 77.9 | 79.37 | - |
| YUV | 195.28 | 141.38 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 219 | 0.73 | 0 | 0.14 | 0 | 168.39 | 1 | 0.64 |
| Hex | 45 | FF | DB | 49 | 0 | E | 0 | A8 | 64 | 40 |
| Octal | 105 | 377 | 333 | 111 | 0 | 16 | 0 | 250 | 144 | 100 |
| Binary | 1000101 | 11111111 | 11011011 | 1001001 | 0 | 1110 | 0 | 10101000 | 1100100 | 1000000 |
Color Harmonies of #45FFDB
Complementary color
Monochromatic Colors of #45FFDB
Black with #45FFDB
Text Example
Text Example
White with #45FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFDB; }
p { color: rgb(69,255,219); }
H1.HeaderClassName
{
color: #45FFDB;
}
.AnyTagClassName
{
color: #45FFDB;
}
</style>
background-color css
<style>
a { background-color: #45FFDB; }
a { background-color: rgb(69,255,219); }
div.DivClassName
{
background-color: #45FFDB;
}
.BgClassName
{
background-color: #45FFDB;
}
</style>
border-color css
<style>
span { border-color: #45FFDB; }
span { border-color: rgb(69,255,219); }
td.TdClassName
{
border-color: #45FFDB;
}
.TagClassName
{
border-color: #45FFDB;
}
</style>