Shades of Turquoise #45FFCC
Tints of Turquoise #45FFCC
RGB
CMYK
RGB Variations
Color information
#45FFCC (or 0x45FFCC) is known color: Turquoise. HEX triplet: 45, FF and CC. RGB value is (69,255,204). Sum of RGB (Red+Green+Blue) = 69+255+204=528 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.07% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FFCC is #BA0033. Grayscale: #C1C1C1. Windows color (decimal): -12189748 or 13434693. OLE color: 13434693.
HSL color Cylindrical-coordinate representation of color #45FFCC: hue angle of 163.55º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FFCC is Cyan = 0.73, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 204 | - |
| CMYK | 0.73 | 0 | 0.2 | 0 |
| HSL | 163.55º | 1% | 0.64% | - |
| HSV(B) | 163.55º | 0.73% | 1% | - |
| XYZ | 49.11 | 77.14 | 69.43 | - |
| YUV | 193.57 | 133.88 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 204 | 0.73 | 0 | 0.2 | 0 | 163.55 | 1 | 0.64 |
| Hex | 45 | FF | CC | 49 | 0 | 14 | 0 | A4 | 64 | 40 |
| Octal | 105 | 377 | 314 | 111 | 0 | 24 | 0 | 244 | 144 | 100 |
| Binary | 1000101 | 11111111 | 11001100 | 1001001 | 0 | 10100 | 0 | 10100100 | 1100100 | 1000000 |
Color Harmonies of #45FFCC
Complementary color
Monochromatic Colors of #45FFCC
Black with #45FFCC
Text Example
Text Example
White with #45FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFCC; }
p { color: rgb(69,255,204); }
H1.HeaderClassName
{
color: #45FFCC;
}
.AnyTagClassName
{
color: #45FFCC;
}
</style>
background-color css
<style>
a { background-color: #45FFCC; }
a { background-color: rgb(69,255,204); }
div.DivClassName
{
background-color: #45FFCC;
}
.BgClassName
{
background-color: #45FFCC;
}
</style>
border-color css
<style>
span { border-color: #45FFCC; }
span { border-color: rgb(69,255,204); }
td.TdClassName
{
border-color: #45FFCC;
}
.TagClassName
{
border-color: #45FFCC;
}
</style>