Shades of Turquoise #45FADC
Tints of Turquoise #45FADC
RGB
CMYK
RGB Variations
Color information
#45FADC (or 0x45FADC) is known color: Turquoise. HEX triplet: 45, FA and DC. RGB value is (69,250,220). Sum of RGB (Red+Green+Blue) = 69+250+220=539 (71% of max value = 765). Red value is 69 (27.34% from 255 or 12.80% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #45FADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FADC is #BA0523. Grayscale: #C0C0C0. Windows color (decimal): -12191012 or 14481989. OLE color: 14481989.
HSL color Cylindrical-coordinate representation of color #45FADC: hue angle of 170.06º 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 #45FADC is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 250 | 220 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.02 |
| HSL | 170.06º | 0.95% | 0.63% | - |
| HSV(B) | 170.06º | 0.72% | 0.98% | - |
| XYZ | 49.56 | 74.8 | 79.54 | - |
| YUV | 192.46 | 143.53 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 250 | 220 | 0.72 | 0 | 0.12 | 0.02 | 170.06 | 0.95 | 0.63 |
| Hex | 45 | FA | DC | 48 | 0 | C | 2 | AA | 5F | 3F |
| Octal | 105 | 372 | 334 | 110 | 0 | 14 | 2 | 252 | 137 | 77 |
| Binary | 1000101 | 11111010 | 11011100 | 1001000 | 0 | 1100 | 10 | 10101010 | 1011111 | 111111 |
Color Harmonies of #45FADC
Complementary color
Monochromatic Colors of #45FADC
Black with #45FADC
Text Example
Text Example
White with #45FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FADC; }
p { color: rgb(69,250,220); }
H1.HeaderClassName
{
color: #45FADC;
}
.AnyTagClassName
{
color: #45FADC;
}
</style>
background-color css
<style>
a { background-color: #45FADC; }
a { background-color: rgb(69,250,220); }
div.DivClassName
{
background-color: #45FADC;
}
.BgClassName
{
background-color: #45FADC;
}
</style>
border-color css
<style>
span { border-color: #45FADC; }
span { border-color: rgb(69,250,220); }
td.TdClassName
{
border-color: #45FADC;
}
.TagClassName
{
border-color: #45FADC;
}
</style>