Shades of Turquoise #45FCD1
Tints of Turquoise #45FCD1
RGB
CMYK
RGB Variations
Color information
#45FCD1 (or 0x45FCD1) is known color: Turquoise. HEX triplet: 45, FC and D1. RGB value is (69,252,209). Sum of RGB (Red+Green+Blue) = 69+252+209=530 (70% of max value = 765). Red value is 69 (27.34% from 255 or 13.02% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #45FCD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FCD1 is #BA032E. Grayscale: #C0C0C0. Windows color (decimal): -12190511 or 13761605. OLE color: 13761605.
HSL color Cylindrical-coordinate representation of color #45FCD1: hue angle of 165.9º 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 #45FCD1 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 252 | 209 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.01 |
| HSL | 165.9º | 0.97% | 0.63% | - |
| HSV(B) | 165.9º | 0.73% | 0.99% | - |
| XYZ | 48.77 | 75.49 | 72.32 | - |
| YUV | 192.38 | 137.37 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 252 | 209 | 0.73 | 0 | 0.17 | 0.01 | 165.9 | 0.97 | 0.63 |
| Hex | 45 | FC | D1 | 49 | 0 | 11 | 1 | A6 | 61 | 3F |
| Octal | 105 | 374 | 321 | 111 | 0 | 21 | 1 | 246 | 141 | 77 |
| Binary | 1000101 | 11111100 | 11010001 | 1001001 | 0 | 10001 | 1 | 10100110 | 1100001 | 111111 |
Color Harmonies of #45FCD1
Complementary color
Monochromatic Colors of #45FCD1
Black with #45FCD1
Text Example
Text Example
White with #45FCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FCD1; }
p { color: rgb(69,252,209); }
H1.HeaderClassName
{
color: #45FCD1;
}
.AnyTagClassName
{
color: #45FCD1;
}
</style>
background-color css
<style>
a { background-color: #45FCD1; }
a { background-color: rgb(69,252,209); }
div.DivClassName
{
background-color: #45FCD1;
}
.BgClassName
{
background-color: #45FCD1;
}
</style>
border-color css
<style>
span { border-color: #45FCD1; }
span { border-color: rgb(69,252,209); }
td.TdClassName
{
border-color: #45FCD1;
}
.TagClassName
{
border-color: #45FCD1;
}
</style>