Shades of Turquoise #45DCED
Tints of Turquoise #45DCED
RGB
CMYK
RGB Variations
Color information
#45DCED (or 0x45DCED) is known color: Turquoise. HEX triplet: 45, DC and ED. RGB value is (69,220,237). Sum of RGB (Red+Green+Blue) = 69+220+237=526 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.12% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #45DCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DCED is #BA2312. Grayscale: #B0B0B0. Windows color (decimal): -12198675 or 15588421. OLE color: 15588421.
HSL color Cylindrical-coordinate representation of color #45DCED: hue angle of 186.07º degrees, saturation: 0.82, 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 #45DCED is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 220 | 237 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.07 |
| HSL | 186.07º | 0.82% | 0.6% | - |
| HSV(B) | 186.07º | 0.71% | 0.93% | - |
| XYZ | 43.33 | 58.57 | 89.14 | - |
| YUV | 176.79 | 161.97 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 237 | 0.71 | 0.07 | 0 | 0.07 | 186.07 | 0.82 | 0.6 |
| Hex | 45 | DC | ED | 47 | 7 | 0 | 7 | BA | 52 | 3C |
| Octal | 105 | 334 | 355 | 107 | 7 | 0 | 7 | 272 | 122 | 74 |
| Binary | 1000101 | 11011100 | 11101101 | 1000111 | 111 | 0 | 111 | 10111010 | 1010010 | 111100 |
Color Harmonies of #45DCED
Complementary color
Monochromatic Colors of #45DCED
Black with #45DCED
Text Example
Text Example
White with #45DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DCED; }
p { color: rgb(69,220,237); }
H1.HeaderClassName
{
color: #45DCED;
}
.AnyTagClassName
{
color: #45DCED;
}
</style>
background-color css
<style>
a { background-color: #45DCED; }
a { background-color: rgb(69,220,237); }
div.DivClassName
{
background-color: #45DCED;
}
.BgClassName
{
background-color: #45DCED;
}
</style>
border-color css
<style>
span { border-color: #45DCED; }
span { border-color: rgb(69,220,237); }
td.TdClassName
{
border-color: #45DCED;
}
.TagClassName
{
border-color: #45DCED;
}
</style>