Shades of Turquoise #45FDDA
Tints of Turquoise #45FDDA
RGB
CMYK
RGB Variations
Color information
#45FDDA (or 0x45FDDA) is known color: Turquoise. HEX triplet: 45, FD and DA. RGB value is (69,253,218). Sum of RGB (Red+Green+Blue) = 69+253+218=540 (71% of max value = 765). Red value is 69 (27.34% from 255 or 12.78% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #45FDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FDDA is #BA0225. Grayscale: #C1C1C1. Windows color (decimal): -12190246 or 14351685. OLE color: 14351685.
HSL color Cylindrical-coordinate representation of color #45FDDA: hue angle of 168.59º 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 #45FDDA is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 253 | 218 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.01 |
| HSL | 168.59º | 0.98% | 0.63% | - |
| HSV(B) | 168.59º | 0.73% | 0.99% | - |
| XYZ | 50.23 | 76.58 | 78.46 | - |
| YUV | 193.99 | 141.54 | 38.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 253 | 218 | 0.73 | 0 | 0.14 | 0.01 | 168.59 | 0.98 | 0.63 |
| Hex | 45 | FD | DA | 49 | 0 | E | 1 | A9 | 62 | 3F |
| Octal | 105 | 375 | 332 | 111 | 0 | 16 | 1 | 251 | 142 | 77 |
| Binary | 1000101 | 11111101 | 11011010 | 1001001 | 0 | 1110 | 1 | 10101001 | 1100010 | 111111 |
Color Harmonies of #45FDDA
Complementary color
Monochromatic Colors of #45FDDA
Black with #45FDDA
Text Example
Text Example
White with #45FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FDDA; }
p { color: rgb(69,253,218); }
H1.HeaderClassName
{
color: #45FDDA;
}
.AnyTagClassName
{
color: #45FDDA;
}
</style>
background-color css
<style>
a { background-color: #45FDDA; }
a { background-color: rgb(69,253,218); }
div.DivClassName
{
background-color: #45FDDA;
}
.BgClassName
{
background-color: #45FDDA;
}
</style>
border-color css
<style>
span { border-color: #45FDDA; }
span { border-color: rgb(69,253,218); }
td.TdClassName
{
border-color: #45FDDA;
}
.TagClassName
{
border-color: #45FDDA;
}
</style>