Shades of Turquoise #45EDC2
Tints of Turquoise #45EDC2
RGB
CMYK
RGB Variations
Color information
#45EDC2 (or 0x45EDC2) is known color: Turquoise. HEX triplet: 45, ED and C2. RGB value is (69,237,194). Sum of RGB (Red+Green+Blue) = 69+237+194=500 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.8% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #45EDC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EDC2 is #BA123D. Grayscale: #B5B5B5. Windows color (decimal): -12194366 or 12774725. OLE color: 12774725.
HSL color Cylindrical-coordinate representation of color #45EDC2: hue angle of 164.64º 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 #45EDC2 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 237 | 194 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.07 |
| HSL | 164.64º | 0.82% | 0.6% | - |
| HSV(B) | 164.64º | 0.71% | 0.93% | - |
| XYZ | 42.48 | 65.73 | 61.49 | - |
| YUV | 181.87 | 134.84 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 237 | 194 | 0.71 | 0 | 0.18 | 0.07 | 164.64 | 0.82 | 0.6 |
| Hex | 45 | ED | C2 | 47 | 0 | 12 | 7 | A5 | 52 | 3C |
| Octal | 105 | 355 | 302 | 107 | 0 | 22 | 7 | 245 | 122 | 74 |
| Binary | 1000101 | 11101101 | 11000010 | 1000111 | 0 | 10010 | 111 | 10100101 | 1010010 | 111100 |
Color Harmonies of #45EDC2
Complementary color
Monochromatic Colors of #45EDC2
Black with #45EDC2
Text Example
Text Example
White with #45EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EDC2; }
p { color: rgb(69,237,194); }
H1.HeaderClassName
{
color: #45EDC2;
}
.AnyTagClassName
{
color: #45EDC2;
}
</style>
background-color css
<style>
a { background-color: #45EDC2; }
a { background-color: rgb(69,237,194); }
div.DivClassName
{
background-color: #45EDC2;
}
.BgClassName
{
background-color: #45EDC2;
}
</style>
border-color css
<style>
span { border-color: #45EDC2; }
span { border-color: rgb(69,237,194); }
td.TdClassName
{
border-color: #45EDC2;
}
.TagClassName
{
border-color: #45EDC2;
}
</style>