Shades of Turquoise #45FFDA
Tints of Turquoise #45FFDA
RGB
CMYK
RGB Variations
Color information
#45FFDA (or 0x45FFDA) is known color: Turquoise. HEX triplet: 45, FF and DA. RGB value is (69,255,218). Sum of RGB (Red+Green+Blue) = 69+255+218=542 (71% of max value = 765). Red value is 69 (27.34% from 255 or 12.73% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FFDA is #BA0025. Grayscale: #C3C3C3. Windows color (decimal): -12189734 or 14352197. OLE color: 14352197.
HSL color Cylindrical-coordinate representation of color #45FFDA: hue angle of 168.06º 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 #45FFDA is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 218 | - |
| CMYK | 0.73 | 0 | 0.15 | 0 |
| HSL | 168.06º | 1% | 0.64% | - |
| HSV(B) | 168.06º | 0.73% | 1% | - |
| XYZ | 50.87 | 77.85 | 78.67 | - |
| YUV | 195.17 | 140.88 | 38.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 218 | 0.73 | 0 | 0.15 | 0 | 168.06 | 1 | 0.64 |
| Hex | 45 | FF | DA | 49 | 0 | F | 0 | A8 | 64 | 40 |
| Octal | 105 | 377 | 332 | 111 | 0 | 17 | 0 | 250 | 144 | 100 |
| Binary | 1000101 | 11111111 | 11011010 | 1001001 | 0 | 1111 | 0 | 10101000 | 1100100 | 1000000 |
Color Harmonies of #45FFDA
Complementary color
Monochromatic Colors of #45FFDA
Black with #45FFDA
Text Example
Text Example
White with #45FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFDA; }
p { color: rgb(69,255,218); }
H1.HeaderClassName
{
color: #45FFDA;
}
.AnyTagClassName
{
color: #45FFDA;
}
</style>
background-color css
<style>
a { background-color: #45FFDA; }
a { background-color: rgb(69,255,218); }
div.DivClassName
{
background-color: #45FFDA;
}
.BgClassName
{
background-color: #45FFDA;
}
</style>
border-color css
<style>
span { border-color: #45FFDA; }
span { border-color: rgb(69,255,218); }
td.TdClassName
{
border-color: #45FFDA;
}
.TagClassName
{
border-color: #45FFDA;
}
</style>