Shades of Turquoise #45EDE2
Tints of Turquoise #45EDE2
RGB
CMYK
RGB Variations
Color information
#45EDE2 (or 0x45EDE2) is known color: Turquoise. HEX triplet: 45, ED and E2. RGB value is (69,237,226). Sum of RGB (Red+Green+Blue) = 69+237+226=532 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.97% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #45EDE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EDE2 is #BA121D. Grayscale: #B9B9B9. Windows color (decimal): -12194334 or 14871877. OLE color: 14871877.
HSL color Cylindrical-coordinate representation of color #45EDE2: hue angle of 176.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 #45EDE2 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 237 | 226 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.07 |
| HSL | 176.07º | 0.82% | 0.6% | - |
| HSV(B) | 176.07º | 0.71% | 0.93% | - |
| XYZ | 46.47 | 67.32 | 82.5 | - |
| YUV | 185.51 | 150.84 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 237 | 226 | 0.71 | 0 | 0.05 | 0.07 | 176.07 | 0.82 | 0.6 |
| Hex | 45 | ED | E2 | 47 | 0 | 5 | 7 | B0 | 52 | 3C |
| Octal | 105 | 355 | 342 | 107 | 0 | 5 | 7 | 260 | 122 | 74 |
| Binary | 1000101 | 11101101 | 11100010 | 1000111 | 0 | 101 | 111 | 10110000 | 1010010 | 111100 |
Color Harmonies of #45EDE2
Complementary color
Monochromatic Colors of #45EDE2
Black with #45EDE2
Text Example
Text Example
White with #45EDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EDE2; }
p { color: rgb(69,237,226); }
H1.HeaderClassName
{
color: #45EDE2;
}
.AnyTagClassName
{
color: #45EDE2;
}
</style>
background-color css
<style>
a { background-color: #45EDE2; }
a { background-color: rgb(69,237,226); }
div.DivClassName
{
background-color: #45EDE2;
}
.BgClassName
{
background-color: #45EDE2;
}
</style>
border-color css
<style>
span { border-color: #45EDE2; }
span { border-color: rgb(69,237,226); }
td.TdClassName
{
border-color: #45EDE2;
}
.TagClassName
{
border-color: #45EDE2;
}
</style>