Shades of Turquoise #45DCEC
Tints of Turquoise #45DCEC
RGB
CMYK
RGB Variations
Color information
#45DCEC (or 0x45DCEC) is known color: Turquoise. HEX triplet: 45, DC and EC. RGB value is (69,220,236). Sum of RGB (Red+Green+Blue) = 69+220+236=525 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.14% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #45DCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DCEC is #BA2313. Grayscale: #B0B0B0. Windows color (decimal): -12198676 or 15522885. OLE color: 15522885.
HSL color Cylindrical-coordinate representation of color #45DCEC: hue angle of 185.75º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45DCEC is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 220 | 236 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.07 |
| HSL | 185.75º | 0.81% | 0.6% | - |
| HSV(B) | 185.75º | 0.71% | 0.93% | - |
| XYZ | 43.19 | 58.51 | 88.37 | - |
| YUV | 176.68 | 161.47 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 236 | 0.71 | 0.07 | 0 | 0.07 | 185.75 | 0.81 | 0.6 |
| Hex | 45 | DC | EC | 47 | 7 | 0 | 7 | BA | 51 | 3C |
| Octal | 105 | 334 | 354 | 107 | 7 | 0 | 7 | 272 | 121 | 74 |
| Binary | 1000101 | 11011100 | 11101100 | 1000111 | 111 | 0 | 111 | 10111010 | 1010001 | 111100 |
Color Harmonies of #45DCEC
Complementary color
Monochromatic Colors of #45DCEC
Black with #45DCEC
Text Example
Text Example
White with #45DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DCEC; }
p { color: rgb(69,220,236); }
H1.HeaderClassName
{
color: #45DCEC;
}
.AnyTagClassName
{
color: #45DCEC;
}
</style>
background-color css
<style>
a { background-color: #45DCEC; }
a { background-color: rgb(69,220,236); }
div.DivClassName
{
background-color: #45DCEC;
}
.BgClassName
{
background-color: #45DCEC;
}
</style>
border-color css
<style>
span { border-color: #45DCEC; }
span { border-color: rgb(69,220,236); }
td.TdClassName
{
border-color: #45DCEC;
}
.TagClassName
{
border-color: #45DCEC;
}
</style>