Shades of Turquoise #45EFDA
Tints of Turquoise #45EFDA
RGB
CMYK
RGB Variations
Color information
#45EFDA (or 0x45EFDA) is known color: Turquoise. HEX triplet: 45, EF and DA. RGB value is (69,239,218). Sum of RGB (Red+Green+Blue) = 69+239+218=526 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.12% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 239 - color contains mainly: green. Hex color #45EFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EFDA is #BA1025. Grayscale: #B9B9B9. Windows color (decimal): -12193830 or 14348101. OLE color: 14348101.
HSL color Cylindrical-coordinate representation of color #45EFDA: hue angle of 172.59º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EFDA is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 218 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.06 |
| HSL | 172.59º | 0.84% | 0.6% | - |
| HSV(B) | 172.59º | 0.71% | 0.94% | - |
| XYZ | 45.98 | 68.06 | 77.04 | - |
| YUV | 185.78 | 146.18 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 218 | 0.71 | 0 | 0.09 | 0.06 | 172.59 | 0.84 | 0.6 |
| Hex | 45 | EF | DA | 47 | 0 | 9 | 6 | AD | 54 | 3C |
| Octal | 105 | 357 | 332 | 107 | 0 | 11 | 6 | 255 | 124 | 74 |
| Binary | 1000101 | 11101111 | 11011010 | 1000111 | 0 | 1001 | 110 | 10101101 | 1010100 | 111100 |
Color Harmonies of #45EFDA
Complementary color
Monochromatic Colors of #45EFDA
Black with #45EFDA
Text Example
Text Example
White with #45EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EFDA; }
p { color: rgb(69,239,218); }
H1.HeaderClassName
{
color: #45EFDA;
}
.AnyTagClassName
{
color: #45EFDA;
}
</style>
background-color css
<style>
a { background-color: #45EFDA; }
a { background-color: rgb(69,239,218); }
div.DivClassName
{
background-color: #45EFDA;
}
.BgClassName
{
background-color: #45EFDA;
}
</style>
border-color css
<style>
span { border-color: #45EFDA; }
span { border-color: rgb(69,239,218); }
td.TdClassName
{
border-color: #45EFDA;
}
.TagClassName
{
border-color: #45EFDA;
}
</style>