Shades of Turquoise #45FCCC
Tints of Turquoise #45FCCC
RGB
CMYK
RGB Variations
Color information
#45FCCC (or 0x45FCCC) is known color: Turquoise. HEX triplet: 45, FC and CC. RGB value is (69,252,204). Sum of RGB (Red+Green+Blue) = 69+252+204=525 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.14% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #45FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FCCC is #BA0333. Grayscale: #BFBFBF. Windows color (decimal): -12190516 or 13433925. OLE color: 13433925.
HSL color Cylindrical-coordinate representation of color #45FCCC: hue angle of 164.26º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FCCC is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 252 | 204 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.01 |
| HSL | 164.26º | 0.97% | 0.63% | - |
| HSV(B) | 164.26º | 0.73% | 0.99% | - |
| XYZ | 48.16 | 75.25 | 69.11 | - |
| YUV | 191.81 | 134.87 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 252 | 204 | 0.73 | 0 | 0.19 | 0.01 | 164.26 | 0.97 | 0.63 |
| Hex | 45 | FC | CC | 49 | 0 | 13 | 1 | A4 | 61 | 3F |
| Octal | 105 | 374 | 314 | 111 | 0 | 23 | 1 | 244 | 141 | 77 |
| Binary | 1000101 | 11111100 | 11001100 | 1001001 | 0 | 10011 | 1 | 10100100 | 1100001 | 111111 |
Color Harmonies of #45FCCC
Complementary color
Monochromatic Colors of #45FCCC
Black with #45FCCC
Text Example
Text Example
White with #45FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FCCC; }
p { color: rgb(69,252,204); }
H1.HeaderClassName
{
color: #45FCCC;
}
.AnyTagClassName
{
color: #45FCCC;
}
</style>
background-color css
<style>
a { background-color: #45FCCC; }
a { background-color: rgb(69,252,204); }
div.DivClassName
{
background-color: #45FCCC;
}
.BgClassName
{
background-color: #45FCCC;
}
</style>
border-color css
<style>
span { border-color: #45FCCC; }
span { border-color: rgb(69,252,204); }
td.TdClassName
{
border-color: #45FCCC;
}
.TagClassName
{
border-color: #45FCCC;
}
</style>