Shades of Turquoise #45F2CC
Tints of Turquoise #45F2CC
RGB
CMYK
RGB Variations
Color information
#45F2CC (or 0x45F2CC) is known color: Turquoise. HEX triplet: 45, F2 and CC. RGB value is (69,242,204). Sum of RGB (Red+Green+Blue) = 69+242+204=515 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.40% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #45F2CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F2CC is #BA0D33. Grayscale: #B9B9B9. Windows color (decimal): -12193076 or 13431365. OLE color: 13431365.
HSL color Cylindrical-coordinate representation of color #45F2CC: hue angle of 166.82º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45F2CC is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 242 | 204 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.05 |
| HSL | 166.82º | 0.87% | 0.61% | - |
| HSV(B) | 166.82º | 0.71% | 0.95% | - |
| XYZ | 45.11 | 69.13 | 68.09 | - |
| YUV | 185.94 | 138.19 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 242 | 204 | 0.71 | 0 | 0.16 | 0.05 | 166.82 | 0.87 | 0.61 |
| Hex | 45 | F2 | CC | 47 | 0 | 10 | 5 | A7 | 57 | 3D |
| Octal | 105 | 362 | 314 | 107 | 0 | 20 | 5 | 247 | 127 | 75 |
| Binary | 1000101 | 11110010 | 11001100 | 1000111 | 0 | 10000 | 101 | 10100111 | 1010111 | 111101 |
Color Harmonies of #45F2CC
Complementary color
Monochromatic Colors of #45F2CC
Black with #45F2CC
Text Example
Text Example
White with #45F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F2CC; }
p { color: rgb(69,242,204); }
H1.HeaderClassName
{
color: #45F2CC;
}
.AnyTagClassName
{
color: #45F2CC;
}
</style>
background-color css
<style>
a { background-color: #45F2CC; }
a { background-color: rgb(69,242,204); }
div.DivClassName
{
background-color: #45F2CC;
}
.BgClassName
{
background-color: #45F2CC;
}
</style>
border-color css
<style>
span { border-color: #45F2CC; }
span { border-color: rgb(69,242,204); }
td.TdClassName
{
border-color: #45F2CC;
}
.TagClassName
{
border-color: #45F2CC;
}
</style>