Shades of Turquoise #45FDC4
Tints of Turquoise #45FDC4
RGB
CMYK
RGB Variations
Color information
#45FDC4 (or 0x45FDC4) is known color: Turquoise. HEX triplet: 45, FD and C4. RGB value is (69,253,196). Sum of RGB (Red+Green+Blue) = 69+253+196=518 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.32% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #45FDC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FDC4 is #BA023B. Grayscale: #BFBFBF. Windows color (decimal): -12190268 or 12909893. OLE color: 12909893.
HSL color Cylindrical-coordinate representation of color #45FDC4: hue angle of 161.41º degrees, saturation: 0.98, 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 #45FDC4 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 253 | 196 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.01 |
| HSL | 161.41º | 0.98% | 0.63% | - |
| HSV(B) | 161.41º | 0.73% | 0.99% | - |
| XYZ | 47.54 | 75.5 | 64.29 | - |
| YUV | 191.49 | 130.54 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 253 | 196 | 0.73 | 0 | 0.23 | 0.01 | 161.41 | 0.98 | 0.63 |
| Hex | 45 | FD | C4 | 49 | 0 | 17 | 1 | A1 | 62 | 3F |
| Octal | 105 | 375 | 304 | 111 | 0 | 27 | 1 | 241 | 142 | 77 |
| Binary | 1000101 | 11111101 | 11000100 | 1001001 | 0 | 10111 | 1 | 10100001 | 1100010 | 111111 |
Color Harmonies of #45FDC4
Complementary color
Monochromatic Colors of #45FDC4
Black with #45FDC4
Text Example
Text Example
White with #45FDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FDC4; }
p { color: rgb(69,253,196); }
H1.HeaderClassName
{
color: #45FDC4;
}
.AnyTagClassName
{
color: #45FDC4;
}
</style>
background-color css
<style>
a { background-color: #45FDC4; }
a { background-color: rgb(69,253,196); }
div.DivClassName
{
background-color: #45FDC4;
}
.BgClassName
{
background-color: #45FDC4;
}
</style>
border-color css
<style>
span { border-color: #45FDC4; }
span { border-color: rgb(69,253,196); }
td.TdClassName
{
border-color: #45FDC4;
}
.TagClassName
{
border-color: #45FDC4;
}
</style>