Shades of Turquoise #45DAE6
Tints of Turquoise #45DAE6
RGB
CMYK
RGB Variations
Color information
#45DAE6 (or 0x45DAE6) is known color: Turquoise. HEX triplet: 45, DA and E6. RGB value is (69,218,230). Sum of RGB (Red+Green+Blue) = 69+218+230=517 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.35% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #45DAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DAE6 is #BA2519. Grayscale: #AEAEAE. Windows color (decimal): -12199194 or 15129157. OLE color: 15129157.
HSL color Cylindrical-coordinate representation of color #45DAE6: hue angle of 184.47º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45DAE6 is Cyan = 0.7, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 218 | 230 | - |
| CMYK | 0.7 | 0.05 | 0 | 0.10 |
| HSL | 184.47º | 0.76% | 0.59% | - |
| HSV(B) | 184.47º | 0.7% | 0.9% | - |
| XYZ | 41.81 | 57.12 | 83.68 | - |
| YUV | 174.82 | 159.14 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 218 | 230 | 0.7 | 0.05 | 0 | 0.10 | 184.47 | 0.76 | 0.59 |
| Hex | 45 | DA | E6 | 46 | 5 | 0 | A | B8 | 4C | 3B |
| Octal | 105 | 332 | 346 | 106 | 5 | 0 | 12 | 270 | 114 | 73 |
| Binary | 1000101 | 11011010 | 11100110 | 1000110 | 101 | 0 | 1010 | 10111000 | 1001100 | 111011 |
Color Harmonies of #45DAE6
Complementary color
Monochromatic Colors of #45DAE6
Black with #45DAE6
Text Example
Text Example
White with #45DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DAE6; }
p { color: rgb(69,218,230); }
H1.HeaderClassName
{
color: #45DAE6;
}
.AnyTagClassName
{
color: #45DAE6;
}
</style>
background-color css
<style>
a { background-color: #45DAE6; }
a { background-color: rgb(69,218,230); }
div.DivClassName
{
background-color: #45DAE6;
}
.BgClassName
{
background-color: #45DAE6;
}
</style>
border-color css
<style>
span { border-color: #45DAE6; }
span { border-color: rgb(69,218,230); }
td.TdClassName
{
border-color: #45DAE6;
}
.TagClassName
{
border-color: #45DAE6;
}
</style>