Shades of Turquoise #45FAD6
Tints of Turquoise #45FAD6
RGB
CMYK
RGB Variations
Color information
#45FAD6 (or 0x45FAD6) is known color: Turquoise. HEX triplet: 45, FA and D6. RGB value is (69,250,214). Sum of RGB (Red+Green+Blue) = 69+250+214=533 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.95% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #45FAD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FAD6 is #BA0529. Grayscale: #BFBFBF. Windows color (decimal): -12191018 or 14088773. OLE color: 14088773.
HSL color Cylindrical-coordinate representation of color #45FAD6: hue angle of 168.07º 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 #45FAD6 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 250 | 214 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.02 |
| HSL | 168.07º | 0.95% | 0.63% | - |
| HSV(B) | 168.07º | 0.72% | 0.98% | - |
| XYZ | 48.78 | 74.49 | 75.43 | - |
| YUV | 191.78 | 140.53 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 250 | 214 | 0.72 | 0 | 0.14 | 0.02 | 168.07 | 0.95 | 0.63 |
| Hex | 45 | FA | D6 | 48 | 0 | E | 2 | A8 | 5F | 3F |
| Octal | 105 | 372 | 326 | 110 | 0 | 16 | 2 | 250 | 137 | 77 |
| Binary | 1000101 | 11111010 | 11010110 | 1001000 | 0 | 1110 | 10 | 10101000 | 1011111 | 111111 |
Color Harmonies of #45FAD6
Complementary color
Monochromatic Colors of #45FAD6
Black with #45FAD6
Text Example
Text Example
White with #45FAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FAD6; }
p { color: rgb(69,250,214); }
H1.HeaderClassName
{
color: #45FAD6;
}
.AnyTagClassName
{
color: #45FAD6;
}
</style>
background-color css
<style>
a { background-color: #45FAD6; }
a { background-color: rgb(69,250,214); }
div.DivClassName
{
background-color: #45FAD6;
}
.BgClassName
{
background-color: #45FAD6;
}
</style>
border-color css
<style>
span { border-color: #45FAD6; }
span { border-color: rgb(69,250,214); }
td.TdClassName
{
border-color: #45FAD6;
}
.TagClassName
{
border-color: #45FAD6;
}
</style>