Shades of Turquoise #45FADF
Tints of Turquoise #45FADF
RGB
CMYK
RGB Variations
Color information
#45FADF (or 0x45FADF) is known color: Turquoise. HEX triplet: 45, FA and DF. RGB value is (69,250,223). Sum of RGB (Red+Green+Blue) = 69+250+223=542 (71% of max value = 765). Red value is 69 (27.34% from 255 or 12.73% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #45FADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FADF is #BA0520. Grayscale: #C0C0C0. Windows color (decimal): -12191009 or 14678597. OLE color: 14678597.
HSL color Cylindrical-coordinate representation of color #45FADF: hue angle of 171.05º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45FADF is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 250 | 223 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.02 |
| HSL | 171.05º | 0.95% | 0.63% | - |
| HSV(B) | 171.05º | 0.72% | 0.98% | - |
| XYZ | 49.96 | 74.96 | 81.65 | - |
| YUV | 192.8 | 145.03 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 250 | 223 | 0.72 | 0 | 0.11 | 0.02 | 171.05 | 0.95 | 0.63 |
| Hex | 45 | FA | DF | 48 | 0 | B | 2 | AB | 5F | 3F |
| Octal | 105 | 372 | 337 | 110 | 0 | 13 | 2 | 253 | 137 | 77 |
| Binary | 1000101 | 11111010 | 11011111 | 1001000 | 0 | 1011 | 10 | 10101011 | 1011111 | 111111 |
Color Harmonies of #45FADF
Complementary color
Monochromatic Colors of #45FADF
Black with #45FADF
Text Example
Text Example
White with #45FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FADF; }
p { color: rgb(69,250,223); }
H1.HeaderClassName
{
color: #45FADF;
}
.AnyTagClassName
{
color: #45FADF;
}
</style>
background-color css
<style>
a { background-color: #45FADF; }
a { background-color: rgb(69,250,223); }
div.DivClassName
{
background-color: #45FADF;
}
.BgClassName
{
background-color: #45FADF;
}
</style>
border-color css
<style>
span { border-color: #45FADF; }
span { border-color: rgb(69,250,223); }
td.TdClassName
{
border-color: #45FADF;
}
.TagClassName
{
border-color: #45FADF;
}
</style>