Shades of Turquoise #45DCD5
Tints of Turquoise #45DCD5
RGB
CMYK
RGB Variations
Color information
#45DCD5 (or 0x45DCD5) is known color: Turquoise. HEX triplet: 45, DC and D5. RGB value is (69,220,213). Sum of RGB (Red+Green+Blue) = 69+220+213=502 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.75% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #45DCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DCD5 is #BA232A. Grayscale: #ADADAD. Windows color (decimal): -12198699 or 14015557. OLE color: 14015557.
HSL color Cylindrical-coordinate representation of color #45DCD5: hue angle of 177.22º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DCD5 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 220 | 213 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.14 |
| HSL | 177.22º | 0.68% | 0.57% | - |
| HSV(B) | 177.22º | 0.69% | 0.86% | - |
| XYZ | 40.06 | 57.26 | 71.89 | - |
| YUV | 174.05 | 149.97 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 213 | 0.69 | 0 | 0.03 | 0.14 | 177.22 | 0.68 | 0.57 |
| Hex | 45 | DC | D5 | 45 | 0 | 3 | E | B1 | 44 | 39 |
| Octal | 105 | 334 | 325 | 105 | 0 | 3 | 16 | 261 | 104 | 71 |
| Binary | 1000101 | 11011100 | 11010101 | 1000101 | 0 | 11 | 1110 | 10110001 | 1000100 | 111001 |
Color Harmonies of #45DCD5
Complementary color
Monochromatic Colors of #45DCD5
Black with #45DCD5
Text Example
Text Example
White with #45DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DCD5; }
p { color: rgb(69,220,213); }
H1.HeaderClassName
{
color: #45DCD5;
}
.AnyTagClassName
{
color: #45DCD5;
}
</style>
background-color css
<style>
a { background-color: #45DCD5; }
a { background-color: rgb(69,220,213); }
div.DivClassName
{
background-color: #45DCD5;
}
.BgClassName
{
background-color: #45DCD5;
}
</style>
border-color css
<style>
span { border-color: #45DCD5; }
span { border-color: rgb(69,220,213); }
td.TdClassName
{
border-color: #45DCD5;
}
.TagClassName
{
border-color: #45DCD5;
}
</style>