Shades of Turquoise #45EFDC
Tints of Turquoise #45EFDC
RGB
CMYK
RGB Variations
Color information
#45EFDC (or 0x45EFDC) is known color: Turquoise. HEX triplet: 45, EF and DC. RGB value is (69,239,220). Sum of RGB (Red+Green+Blue) = 69+239+220=528 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.07% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #45EFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EFDC is #BA1023. Grayscale: #B9B9B9. Windows color (decimal): -12193828 or 14479173. OLE color: 14479173.
HSL color Cylindrical-coordinate representation of color #45EFDC: hue angle of 173.29º 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 #45EFDC is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 220 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.06 |
| HSL | 173.29º | 0.84% | 0.6% | - |
| HSV(B) | 173.29º | 0.71% | 0.94% | - |
| XYZ | 46.24 | 68.17 | 78.43 | - |
| YUV | 186 | 147.18 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 220 | 0.71 | 0 | 0.08 | 0.06 | 173.29 | 0.84 | 0.6 |
| Hex | 45 | EF | DC | 47 | 0 | 8 | 6 | AD | 54 | 3C |
| Octal | 105 | 357 | 334 | 107 | 0 | 10 | 6 | 255 | 124 | 74 |
| Binary | 1000101 | 11101111 | 11011100 | 1000111 | 0 | 1000 | 110 | 10101101 | 1010100 | 111100 |
Color Harmonies of #45EFDC
Complementary color
Monochromatic Colors of #45EFDC
Black with #45EFDC
Text Example
Text Example
White with #45EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EFDC; }
p { color: rgb(69,239,220); }
H1.HeaderClassName
{
color: #45EFDC;
}
.AnyTagClassName
{
color: #45EFDC;
}
</style>
background-color css
<style>
a { background-color: #45EFDC; }
a { background-color: rgb(69,239,220); }
div.DivClassName
{
background-color: #45EFDC;
}
.BgClassName
{
background-color: #45EFDC;
}
</style>
border-color css
<style>
span { border-color: #45EFDC; }
span { border-color: rgb(69,239,220); }
td.TdClassName
{
border-color: #45EFDC;
}
.TagClassName
{
border-color: #45EFDC;
}
</style>