Shades of Turquoise #45DADB
Tints of Turquoise #45DADB
RGB
CMYK
RGB Variations
Color information
#45DADB (or 0x45DADB) is known color: Turquoise. HEX triplet: 45, DA and DB. RGB value is (69,218,219). Sum of RGB (Red+Green+Blue) = 69+218+219=506 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.64% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #45DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DADB is #BA2524. Grayscale: #ADADAD. Windows color (decimal): -12199205 or 14408261. OLE color: 14408261.
HSL color Cylindrical-coordinate representation of color #45DADB: hue angle of 180.4º 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 #45DADB is Cyan = 0.68, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 218 | 219 | - |
| CMYK | 0.68 | 0.00 | 0 | 0.14 |
| HSL | 180.4º | 0.68% | 0.56% | - |
| HSV(B) | 180.4º | 0.68% | 0.86% | - |
| XYZ | 40.31 | 56.52 | 75.8 | - |
| YUV | 173.56 | 153.64 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 218 | 219 | 0.68 | 0.00 | 0 | 0.14 | 180.4 | 0.68 | 0.56 |
| Hex | 45 | DA | DB | 44 | 0 | 0 | E | B4 | 44 | 38 |
| Octal | 105 | 332 | 333 | 104 | 0 | 0 | 16 | 264 | 104 | 70 |
| Binary | 1000101 | 11011010 | 11011011 | 1000100 | 0 | 0 | 1110 | 10110100 | 1000100 | 111000 |
Color Harmonies of #45DADB
Complementary color
Monochromatic Colors of #45DADB
Black with #45DADB
Text Example
Text Example
White with #45DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DADB; }
p { color: rgb(69,218,219); }
H1.HeaderClassName
{
color: #45DADB;
}
.AnyTagClassName
{
color: #45DADB;
}
</style>
background-color css
<style>
a { background-color: #45DADB; }
a { background-color: rgb(69,218,219); }
div.DivClassName
{
background-color: #45DADB;
}
.BgClassName
{
background-color: #45DADB;
}
</style>
border-color css
<style>
span { border-color: #45DADB; }
span { border-color: rgb(69,218,219); }
td.TdClassName
{
border-color: #45DADB;
}
.TagClassName
{
border-color: #45DADB;
}
</style>