Shades of Turquoise #45DEDA
Tints of Turquoise #45DEDA
RGB
CMYK
RGB Variations
Color information
#45DEDA (or 0x45DEDA) is known color: Turquoise. HEX triplet: 45, DE and DA. RGB value is (69,222,218). Sum of RGB (Red+Green+Blue) = 69+222+218=509 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.56% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #45DEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DEDA is #BA2125. Grayscale: #AFAFAF. Windows color (decimal): -12198182 or 14343749. OLE color: 14343749.
HSL color Cylindrical-coordinate representation of color #45DEDA: hue angle of 178.43º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DEDA is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 222 | 218 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.13 |
| HSL | 178.43º | 0.7% | 0.57% | - |
| HSV(B) | 178.43º | 0.69% | 0.87% | - |
| XYZ | 41.23 | 58.57 | 75.46 | - |
| YUV | 175.8 | 151.81 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 222 | 218 | 0.69 | 0 | 0.02 | 0.13 | 178.43 | 0.7 | 0.57 |
| Hex | 45 | DE | DA | 45 | 0 | 2 | D | B2 | 46 | 39 |
| Octal | 105 | 336 | 332 | 105 | 0 | 2 | 15 | 262 | 106 | 71 |
| Binary | 1000101 | 11011110 | 11011010 | 1000101 | 0 | 10 | 1101 | 10110010 | 1000110 | 111001 |
Color Harmonies of #45DEDA
Complementary color
Monochromatic Colors of #45DEDA
Black with #45DEDA
Text Example
Text Example
White with #45DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DEDA; }
p { color: rgb(69,222,218); }
H1.HeaderClassName
{
color: #45DEDA;
}
.AnyTagClassName
{
color: #45DEDA;
}
</style>
background-color css
<style>
a { background-color: #45DEDA; }
a { background-color: rgb(69,222,218); }
div.DivClassName
{
background-color: #45DEDA;
}
.BgClassName
{
background-color: #45DEDA;
}
</style>
border-color css
<style>
span { border-color: #45DEDA; }
span { border-color: rgb(69,222,218); }
td.TdClassName
{
border-color: #45DEDA;
}
.TagClassName
{
border-color: #45DEDA;
}
</style>