Shades of Turquoise #45EDC8
Tints of Turquoise #45EDC8
RGB
CMYK
RGB Variations
Color information
#45EDC8 (or 0x45EDC8) is known color: Turquoise. HEX triplet: 45, ED and C8. RGB value is (69,237,200). Sum of RGB (Red+Green+Blue) = 69+237+200=506 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.64% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #45EDC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EDC8 is #BA1237. Grayscale: #B6B6B6. Windows color (decimal): -12194360 or 13167941. OLE color: 13167941.
HSL color Cylindrical-coordinate representation of color #45EDC8: hue angle of 166.79º 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 #45EDC8 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 237 | 200 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.07 |
| HSL | 166.79º | 0.82% | 0.6% | - |
| HSV(B) | 166.79º | 0.71% | 0.93% | - |
| XYZ | 43.16 | 66 | 65.11 | - |
| YUV | 182.55 | 137.84 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 237 | 200 | 0.71 | 0 | 0.16 | 0.07 | 166.79 | 0.82 | 0.6 |
| Hex | 45 | ED | C8 | 47 | 0 | 10 | 7 | A7 | 52 | 3C |
| Octal | 105 | 355 | 310 | 107 | 0 | 20 | 7 | 247 | 122 | 74 |
| Binary | 1000101 | 11101101 | 11001000 | 1000111 | 0 | 10000 | 111 | 10100111 | 1010010 | 111100 |
Color Harmonies of #45EDC8
Complementary color
Monochromatic Colors of #45EDC8
Black with #45EDC8
Text Example
Text Example
White with #45EDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EDC8; }
p { color: rgb(69,237,200); }
H1.HeaderClassName
{
color: #45EDC8;
}
.AnyTagClassName
{
color: #45EDC8;
}
</style>
background-color css
<style>
a { background-color: #45EDC8; }
a { background-color: rgb(69,237,200); }
div.DivClassName
{
background-color: #45EDC8;
}
.BgClassName
{
background-color: #45EDC8;
}
</style>
border-color css
<style>
span { border-color: #45EDC8; }
span { border-color: rgb(69,237,200); }
td.TdClassName
{
border-color: #45EDC8;
}
.TagClassName
{
border-color: #45EDC8;
}
</style>