Shades of Turquoise #45FFDF
Tints of Turquoise #45FFDF
RGB
CMYK
RGB Variations
Color information
#45FFDF (or 0x45FFDF) is known color: Turquoise. HEX triplet: 45, FF and DF. RGB value is (69,255,223). Sum of RGB (Red+Green+Blue) = 69+255+223=547 (72% of max value = 765). Red value is 69 (27.34% from 255 or 12.61% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FFDF is #BA0020. Grayscale: #C3C3C3. Windows color (decimal): -12189729 or 14679877. OLE color: 14679877.
HSL color Cylindrical-coordinate representation of color #45FFDF: hue angle of 169.68º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FFDF is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 223 | - |
| CMYK | 0.73 | 0 | 0.13 | 0 |
| HSL | 169.68º | 1% | 0.64% | - |
| HSV(B) | 169.68º | 0.73% | 1% | - |
| XYZ | 51.53 | 78.11 | 82.17 | - |
| YUV | 195.74 | 143.38 | 37.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 223 | 0.73 | 0 | 0.13 | 0 | 169.68 | 1 | 0.64 |
| Hex | 45 | FF | DF | 49 | 0 | D | 0 | AA | 64 | 40 |
| Octal | 105 | 377 | 337 | 111 | 0 | 15 | 0 | 252 | 144 | 100 |
| Binary | 1000101 | 11111111 | 11011111 | 1001001 | 0 | 1101 | 0 | 10101010 | 1100100 | 1000000 |
Color Harmonies of #45FFDF
Complementary color
Monochromatic Colors of #45FFDF
Black with #45FFDF
Text Example
Text Example
White with #45FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFDF; }
p { color: rgb(69,255,223); }
H1.HeaderClassName
{
color: #45FFDF;
}
.AnyTagClassName
{
color: #45FFDF;
}
</style>
background-color css
<style>
a { background-color: #45FFDF; }
a { background-color: rgb(69,255,223); }
div.DivClassName
{
background-color: #45FFDF;
}
.BgClassName
{
background-color: #45FFDF;
}
</style>
border-color css
<style>
span { border-color: #45FFDF; }
span { border-color: rgb(69,255,223); }
td.TdClassName
{
border-color: #45FFDF;
}
.TagClassName
{
border-color: #45FFDF;
}
</style>