Shades of Turquoise #45E2E6
Tints of Turquoise #45E2E6
RGB
CMYK
RGB Variations
Color information
#45E2E6 (or 0x45E2E6) is known color: Turquoise. HEX triplet: 45, E2 and E6. RGB value is (69,226,230). Sum of RGB (Red+Green+Blue) = 69+226+230=525 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.14% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #45E2E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45E2E6 is #BA1D19. Grayscale: #B3B3B3. Windows color (decimal): -12197146 or 15131205. OLE color: 15131205.
HSL color Cylindrical-coordinate representation of color #45E2E6: hue angle of 181.49º 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 #45E2E6 is Cyan = 0.7, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 226 | 230 | - |
| CMYK | 0.7 | 0.02 | 0 | 0.10 |
| HSL | 181.49º | 0.76% | 0.59% | - |
| HSV(B) | 181.49º | 0.7% | 0.9% | - |
| XYZ | 43.93 | 61.37 | 84.39 | - |
| YUV | 179.51 | 156.49 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 226 | 230 | 0.7 | 0.02 | 0 | 0.10 | 181.49 | 0.76 | 0.59 |
| Hex | 45 | E2 | E6 | 46 | 2 | 0 | A | B5 | 4C | 3B |
| Octal | 105 | 342 | 346 | 106 | 2 | 0 | 12 | 265 | 114 | 73 |
| Binary | 1000101 | 11100010 | 11100110 | 1000110 | 10 | 0 | 1010 | 10110101 | 1001100 | 111011 |
Color Harmonies of #45E2E6
Complementary color
Monochromatic Colors of #45E2E6
Black with #45E2E6
Text Example
Text Example
White with #45E2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E2E6; }
p { color: rgb(69,226,230); }
H1.HeaderClassName
{
color: #45E2E6;
}
.AnyTagClassName
{
color: #45E2E6;
}
</style>
background-color css
<style>
a { background-color: #45E2E6; }
a { background-color: rgb(69,226,230); }
div.DivClassName
{
background-color: #45E2E6;
}
.BgClassName
{
background-color: #45E2E6;
}
</style>
border-color css
<style>
span { border-color: #45E2E6; }
span { border-color: rgb(69,226,230); }
td.TdClassName
{
border-color: #45E2E6;
}
.TagClassName
{
border-color: #45E2E6;
}
</style>