Shades of Turquoise #45DBDF
Tints of Turquoise #45DBDF
RGB
CMYK
RGB Variations
Color information
#45DBDF (or 0x45DBDF) is known color: Turquoise. HEX triplet: 45, DB and DF. RGB value is (69,219,223). Sum of RGB (Red+Green+Blue) = 69+219+223=511 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.50% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #45DBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DBDF is #BA2420. Grayscale: #AEAEAE. Windows color (decimal): -12198945 or 14670661. OLE color: 14670661.
HSL color Cylindrical-coordinate representation of color #45DBDF: hue angle of 181.56º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DBDF is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 219 | 223 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.13 |
| HSL | 181.56º | 0.71% | 0.57% | - |
| HSV(B) | 181.56º | 0.69% | 0.87% | - |
| XYZ | 41.11 | 57.26 | 78.7 | - |
| YUV | 174.61 | 155.31 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 219 | 223 | 0.69 | 0.02 | 0 | 0.13 | 181.56 | 0.71 | 0.57 |
| Hex | 45 | DB | DF | 45 | 2 | 0 | D | B6 | 47 | 39 |
| Octal | 105 | 333 | 337 | 105 | 2 | 0 | 15 | 266 | 107 | 71 |
| Binary | 1000101 | 11011011 | 11011111 | 1000101 | 10 | 0 | 1101 | 10110110 | 1000111 | 111001 |
Color Harmonies of #45DBDF
Complementary color
Monochromatic Colors of #45DBDF
Black with #45DBDF
Text Example
Text Example
White with #45DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DBDF; }
p { color: rgb(69,219,223); }
H1.HeaderClassName
{
color: #45DBDF;
}
.AnyTagClassName
{
color: #45DBDF;
}
</style>
background-color css
<style>
a { background-color: #45DBDF; }
a { background-color: rgb(69,219,223); }
div.DivClassName
{
background-color: #45DBDF;
}
.BgClassName
{
background-color: #45DBDF;
}
</style>
border-color css
<style>
span { border-color: #45DBDF; }
span { border-color: rgb(69,219,223); }
td.TdClassName
{
border-color: #45DBDF;
}
.TagClassName
{
border-color: #45DBDF;
}
</style>