Shades of Medium Turquoise #45CFD0
Tints of Medium Turquoise #45CFD0
RGB
CMYK
RGB Variations
Color information
#45CFD0 (or 0x45CFD0) is known color: Medium Turquoise. HEX triplet: 45, CF and D0. RGB value is (69,207,208). Sum of RGB (Red+Green+Blue) = 69+207+208=484 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.26% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #45CFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CFD0 is #BA302F. Grayscale: #A5A5A5. Windows color (decimal): -12202032 or 13684549. OLE color: 13684549.
HSL color Cylindrical-coordinate representation of color #45CFD0: hue angle of 180.43º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CFD0 is Cyan = 0.67, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 207 | 208 | - |
| CMYK | 0.67 | 0.00 | 0 | 0.18 |
| HSL | 180.43º | 0.6% | 0.54% | - |
| HSV(B) | 180.43º | 0.67% | 0.82% | - |
| XYZ | 36.15 | 50.44 | 67.51 | - |
| YUV | 165.85 | 151.78 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 208 | 0.67 | 0.00 | 0 | 0.18 | 180.43 | 0.6 | 0.54 |
| Hex | 45 | CF | D0 | 43 | 0 | 0 | 12 | B4 | 3C | 36 |
| Octal | 105 | 317 | 320 | 103 | 0 | 0 | 22 | 264 | 74 | 66 |
| Binary | 1000101 | 11001111 | 11010000 | 1000011 | 0 | 0 | 10010 | 10110100 | 111100 | 110110 |
Color Harmonies of #45CFD0
Complementary color
Monochromatic Colors of #45CFD0
Black with #45CFD0
Text Example
Text Example
White with #45CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CFD0; }
p { color: rgb(69,207,208); }
H1.HeaderClassName
{
color: #45CFD0;
}
.AnyTagClassName
{
color: #45CFD0;
}
</style>
background-color css
<style>
a { background-color: #45CFD0; }
a { background-color: rgb(69,207,208); }
div.DivClassName
{
background-color: #45CFD0;
}
.BgClassName
{
background-color: #45CFD0;
}
</style>
border-color css
<style>
span { border-color: #45CFD0; }
span { border-color: rgb(69,207,208); }
td.TdClassName
{
border-color: #45CFD0;
}
.TagClassName
{
border-color: #45CFD0;
}
</style>