Shades of Turquoise #45F7DF
Tints of Turquoise #45F7DF
RGB
CMYK
RGB Variations
Color information
#45F7DF (or 0x45F7DF) is known color: Turquoise. HEX triplet: 45, F7 and DF. RGB value is (69,247,223). Sum of RGB (Red+Green+Blue) = 69+247+223=539 (71% of max value = 765). Red value is 69 (27.34% from 255 or 12.80% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #45F7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F7DF is #BA0820. Grayscale: #BEBEBE. Windows color (decimal): -12191777 or 14677829. OLE color: 14677829.
HSL color Cylindrical-coordinate representation of color #45F7DF: hue angle of 171.91º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F7DF is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 247 | 223 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.03 |
| HSL | 171.91º | 0.92% | 0.62% | - |
| HSV(B) | 171.91º | 0.72% | 0.97% | - |
| XYZ | 49.03 | 73.11 | 81.34 | - |
| YUV | 191.04 | 146.03 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 247 | 223 | 0.72 | 0 | 0.10 | 0.03 | 171.91 | 0.92 | 0.62 |
| Hex | 45 | F7 | DF | 48 | 0 | A | 3 | AC | 5C | 3E |
| Octal | 105 | 367 | 337 | 110 | 0 | 12 | 3 | 254 | 134 | 76 |
| Binary | 1000101 | 11110111 | 11011111 | 1001000 | 0 | 1010 | 11 | 10101100 | 1011100 | 111110 |
Color Harmonies of #45F7DF
Complementary color
Monochromatic Colors of #45F7DF
Black with #45F7DF
Text Example
Text Example
White with #45F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F7DF; }
p { color: rgb(69,247,223); }
H1.HeaderClassName
{
color: #45F7DF;
}
.AnyTagClassName
{
color: #45F7DF;
}
</style>
background-color css
<style>
a { background-color: #45F7DF; }
a { background-color: rgb(69,247,223); }
div.DivClassName
{
background-color: #45F7DF;
}
.BgClassName
{
background-color: #45F7DF;
}
</style>
border-color css
<style>
span { border-color: #45F7DF; }
span { border-color: rgb(69,247,223); }
td.TdClassName
{
border-color: #45F7DF;
}
.TagClassName
{
border-color: #45F7DF;
}
</style>