Shades of Turquoise #45DEBF
Tints of Turquoise #45DEBF
RGB
CMYK
RGB Variations
Color information
#45DEBF (or 0x45DEBF) is known color: Turquoise. HEX triplet: 45, DE and BF. RGB value is (69,222,191). Sum of RGB (Red+Green+Blue) = 69+222+191=482 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.32% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #45DEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DEBF is #BA2140. Grayscale: #ACACAC. Windows color (decimal): -12198209 or 12574277. OLE color: 12574277.
HSL color Cylindrical-coordinate representation of color #45DEBF: hue angle of 167.84º degrees, saturation: 0.7, 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 #45DEBF is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 222 | 191 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.13 |
| HSL | 167.84º | 0.7% | 0.57% | - |
| HSV(B) | 167.84º | 0.69% | 0.87% | - |
| XYZ | 37.98 | 57.27 | 58.34 | - |
| YUV | 172.72 | 138.31 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 222 | 191 | 0.69 | 0 | 0.14 | 0.13 | 167.84 | 0.7 | 0.57 |
| Hex | 45 | DE | BF | 45 | 0 | E | D | A8 | 46 | 39 |
| Octal | 105 | 336 | 277 | 105 | 0 | 16 | 15 | 250 | 106 | 71 |
| Binary | 1000101 | 11011110 | 10111111 | 1000101 | 0 | 1110 | 1101 | 10101000 | 1000110 | 111001 |
Color Harmonies of #45DEBF
Complementary color
Monochromatic Colors of #45DEBF
Black with #45DEBF
Text Example
Text Example
White with #45DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DEBF; }
p { color: rgb(69,222,191); }
H1.HeaderClassName
{
color: #45DEBF;
}
.AnyTagClassName
{
color: #45DEBF;
}
</style>
background-color css
<style>
a { background-color: #45DEBF; }
a { background-color: rgb(69,222,191); }
div.DivClassName
{
background-color: #45DEBF;
}
.BgClassName
{
background-color: #45DEBF;
}
</style>
border-color css
<style>
span { border-color: #45DEBF; }
span { border-color: rgb(69,222,191); }
td.TdClassName
{
border-color: #45DEBF;
}
.TagClassName
{
border-color: #45DEBF;
}
</style>