Shades of Turquoise #45DFDC
Tints of Turquoise #45DFDC
RGB
CMYK
RGB Variations
Color information
#45DFDC (or 0x45DFDC) is known color: Turquoise. HEX triplet: 45, DF and DC. RGB value is (69,223,220). Sum of RGB (Red+Green+Blue) = 69+223+220=512 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.48% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #45DFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DFDC is #BA2023. Grayscale: #B0B0B0. Windows color (decimal): -12197924 or 14475077. OLE color: 14475077.
HSL color Cylindrical-coordinate representation of color #45DFDC: hue angle of 178.83º 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 #45DFDC is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 223 | 220 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.13 |
| HSL | 178.83º | 0.71% | 0.57% | - |
| HSV(B) | 178.83º | 0.69% | 0.87% | - |
| XYZ | 41.76 | 59.21 | 76.94 | - |
| YUV | 176.61 | 152.48 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 223 | 220 | 0.69 | 0 | 0.01 | 0.13 | 178.83 | 0.71 | 0.57 |
| Hex | 45 | DF | DC | 45 | 0 | 1 | D | B3 | 47 | 39 |
| Octal | 105 | 337 | 334 | 105 | 0 | 1 | 15 | 263 | 107 | 71 |
| Binary | 1000101 | 11011111 | 11011100 | 1000101 | 0 | 1 | 1101 | 10110011 | 1000111 | 111001 |
Color Harmonies of #45DFDC
Complementary color
Monochromatic Colors of #45DFDC
Black with #45DFDC
Text Example
Text Example
White with #45DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DFDC; }
p { color: rgb(69,223,220); }
H1.HeaderClassName
{
color: #45DFDC;
}
.AnyTagClassName
{
color: #45DFDC;
}
</style>
background-color css
<style>
a { background-color: #45DFDC; }
a { background-color: rgb(69,223,220); }
div.DivClassName
{
background-color: #45DFDC;
}
.BgClassName
{
background-color: #45DFDC;
}
</style>
border-color css
<style>
span { border-color: #45DFDC; }
span { border-color: rgb(69,223,220); }
td.TdClassName
{
border-color: #45DFDC;
}
.TagClassName
{
border-color: #45DFDC;
}
</style>