Shades of Turquoise #45DDEF
Tints of Turquoise #45DDEF
RGB
CMYK
RGB Variations
Color information
#45DDEF (or 0x45DDEF) is known color: Turquoise. HEX triplet: 45, DD and EF. RGB value is (69,221,239). Sum of RGB (Red+Green+Blue) = 69+221+239=529 (70% of max value = 765). Red value is 69 (27.34% from 255 or 13.04% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #45DDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DDEF is #BA2210. Grayscale: #B1B1B1. Windows color (decimal): -12198417 or 15719749. OLE color: 15719749.
HSL color Cylindrical-coordinate representation of color #45DDEF: hue angle of 186.35º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45DDEF is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 221 | 239 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.06 |
| HSL | 186.35º | 0.84% | 0.6% | - |
| HSV(B) | 186.35º | 0.71% | 0.94% | - |
| XYZ | 43.89 | 59.21 | 90.78 | - |
| YUV | 177.6 | 162.64 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 239 | 0.71 | 0.08 | 0 | 0.06 | 186.35 | 0.84 | 0.6 |
| Hex | 45 | DD | EF | 47 | 8 | 0 | 6 | BA | 54 | 3C |
| Octal | 105 | 335 | 357 | 107 | 10 | 0 | 6 | 272 | 124 | 74 |
| Binary | 1000101 | 11011101 | 11101111 | 1000111 | 1000 | 0 | 110 | 10111010 | 1010100 | 111100 |
Color Harmonies of #45DDEF
Complementary color
Monochromatic Colors of #45DDEF
Black with #45DDEF
Text Example
Text Example
White with #45DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DDEF; }
p { color: rgb(69,221,239); }
H1.HeaderClassName
{
color: #45DDEF;
}
.AnyTagClassName
{
color: #45DDEF;
}
</style>
background-color css
<style>
a { background-color: #45DDEF; }
a { background-color: rgb(69,221,239); }
div.DivClassName
{
background-color: #45DDEF;
}
.BgClassName
{
background-color: #45DDEF;
}
</style>
border-color css
<style>
span { border-color: #45DDEF; }
span { border-color: rgb(69,221,239); }
td.TdClassName
{
border-color: #45DDEF;
}
.TagClassName
{
border-color: #45DDEF;
}
</style>