Shades of Turquoise #45DCE4
Tints of Turquoise #45DCE4
RGB
CMYK
RGB Variations
Color information
#45DCE4 (or 0x45DCE4) is known color: Turquoise. HEX triplet: 45, DC and E4. RGB value is (69,220,228). Sum of RGB (Red+Green+Blue) = 69+220+228=517 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.35% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #45DCE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DCE4 is #BA231B. Grayscale: #AFAFAF. Windows color (decimal): -12198684 or 14998597. OLE color: 14998597.
HSL color Cylindrical-coordinate representation of color #45DCE4: hue angle of 183.02º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45DCE4 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 220 | 228 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.11 |
| HSL | 183.02º | 0.75% | 0.58% | - |
| HSV(B) | 183.02º | 0.7% | 0.89% | - |
| XYZ | 42.05 | 58.05 | 82.39 | - |
| YUV | 175.76 | 157.47 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 228 | 0.70 | 0.04 | 0 | 0.11 | 183.02 | 0.75 | 0.58 |
| Hex | 45 | DC | E4 | 46 | 4 | 0 | B | B7 | 4B | 3A |
| Octal | 105 | 334 | 344 | 106 | 4 | 0 | 13 | 267 | 113 | 72 |
| Binary | 1000101 | 11011100 | 11100100 | 1000110 | 100 | 0 | 1011 | 10110111 | 1001011 | 111010 |
Color Harmonies of #45DCE4
Complementary color
Monochromatic Colors of #45DCE4
Black with #45DCE4
Text Example
Text Example
White with #45DCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DCE4; }
p { color: rgb(69,220,228); }
H1.HeaderClassName
{
color: #45DCE4;
}
.AnyTagClassName
{
color: #45DCE4;
}
</style>
background-color css
<style>
a { background-color: #45DCE4; }
a { background-color: rgb(69,220,228); }
div.DivClassName
{
background-color: #45DCE4;
}
.BgClassName
{
background-color: #45DCE4;
}
</style>
border-color css
<style>
span { border-color: #45DCE4; }
span { border-color: rgb(69,220,228); }
td.TdClassName
{
border-color: #45DCE4;
}
.TagClassName
{
border-color: #45DCE4;
}
</style>