Shades of Medium Turquoise #45D6B5
Tints of Medium Turquoise #45D6B5
RGB
CMYK
RGB Variations
Color information
#45D6B5 (or 0x45D6B5) is known color: Medium Turquoise. HEX triplet: 45, D6 and B5. RGB value is (69,214,181). Sum of RGB (Red+Green+Blue) = 69+214+181=464 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.87% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #45D6B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D6B5 is #BA294A. Grayscale: #A6A6A6. Windows color (decimal): -12200267 or 11916869. OLE color: 11916869.
HSL color Cylindrical-coordinate representation of color #45D6B5: hue angle of 166.34º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D6B5 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
RGB | 69 | 214 | 181 | - |
CMYK | 0.68 | 0 | 0.15 | 0.16 |
HSL | 166.34º | 0.64% | 0.55% | - |
HSV(B) | 166.34º | 0.68% | 0.84% | - |
XYZ | 34.84 | 52.69 | 52.05 | - |
YUV | 166.88 | 135.96 | 58.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 69 | 214 | 181 | 0.68 | 0 | 0.15 | 0.16 | 166.34 | 0.64 | 0.55 |
Hex | 45 | D6 | B5 | 44 | 0 | F | 10 | A6 | 40 | 37 |
Octal | 105 | 326 | 265 | 104 | 0 | 17 | 20 | 246 | 100 | 67 |
Binary | 1000101 | 11010110 | 10110101 | 1000100 | 0 | 1111 | 10000 | 10100110 | 1000000 | 110111 |
Color Harmonies of #45D6B5
Complementary color
Monochromatic Colors of #45D6B5
Black with #45D6B5
Text Example
Text Example
White with #45D6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D6B5; }
p { color: rgb(69,214,181); }
H1.HeaderClassName
{
color: #45D6B5;
}
.AnyTagClassName
{
color: #45D6B5;
}
</style>
background-color css
<style>
a { background-color: #45D6B5; }
a { background-color: rgb(69,214,181); }
div.DivClassName
{
background-color: #45D6B5;
}
.BgClassName
{
background-color: #45D6B5;
}
</style>
border-color css
<style>
span { border-color: #45D6B5; }
span { border-color: rgb(69,214,181); }
td.TdClassName
{
border-color: #45D6B5;
}
.TagClassName
{
border-color: #45D6B5;
}
</style>