Shades of Medium Turquoise #45CFCC
Tints of Medium Turquoise #45CFCC
RGB
CMYK
RGB Variations
Color information
#45CFCC (or 0x45CFCC) is known color: Medium Turquoise. HEX triplet: 45, CF and CC. RGB value is (69,207,204). Sum of RGB (Red+Green+Blue) = 69+207+204=480 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.38% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #45CFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CFCC is #BA3033. Grayscale: #A5A5A5. Windows color (decimal): -12202036 or 13422405. OLE color: 13422405.
HSL color Cylindrical-coordinate representation of color #45CFCC: hue angle of 178.7º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CFCC is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 204 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.19 |
| HSL | 178.7º | 0.59% | 0.54% | - |
| HSV(B) | 178.7º | 0.67% | 0.81% | - |
| XYZ | 35.67 | 50.25 | 64.95 | - |
| YUV | 165.4 | 149.78 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 204 | 0.67 | 0 | 0.01 | 0.19 | 178.7 | 0.59 | 0.54 |
| Hex | 45 | CF | CC | 43 | 0 | 1 | 13 | B3 | 3B | 36 |
| Octal | 105 | 317 | 314 | 103 | 0 | 1 | 23 | 263 | 73 | 66 |
| Binary | 1000101 | 11001111 | 11001100 | 1000011 | 0 | 1 | 10011 | 10110011 | 111011 | 110110 |
Color Harmonies of #45CFCC
Complementary color
Monochromatic Colors of #45CFCC
Black with #45CFCC
Text Example
Text Example
White with #45CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CFCC; }
p { color: rgb(69,207,204); }
H1.HeaderClassName
{
color: #45CFCC;
}
.AnyTagClassName
{
color: #45CFCC;
}
</style>
background-color css
<style>
a { background-color: #45CFCC; }
a { background-color: rgb(69,207,204); }
div.DivClassName
{
background-color: #45CFCC;
}
.BgClassName
{
background-color: #45CFCC;
}
</style>
border-color css
<style>
span { border-color: #45CFCC; }
span { border-color: rgb(69,207,204); }
td.TdClassName
{
border-color: #45CFCC;
}
.TagClassName
{
border-color: #45CFCC;
}
</style>