Shades of Turquoise #45FEDD
Tints of Turquoise #45FEDD
RGB
CMYK
RGB Variations
Color information
#45FEDD (or 0x45FEDD) is known color: Turquoise. HEX triplet: 45, FE and DD. RGB value is (69,254,221). Sum of RGB (Red+Green+Blue) = 69+254+221=544 (72% of max value = 765). Red value is 69 (27.34% from 255 or 12.68% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #45FEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FEDD is #BA0122. Grayscale: #C2C2C2. Windows color (decimal): -12189987 or 14548549. OLE color: 14548549.
HSL color Cylindrical-coordinate representation of color #45FEDD: hue angle of 169.3º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FEDD is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 254 | 221 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.00 |
| HSL | 169.3º | 0.99% | 0.63% | - |
| HSV(B) | 169.3º | 0.73% | 1% | - |
| XYZ | 50.95 | 77.37 | 80.66 | - |
| YUV | 194.92 | 142.71 | 38.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 254 | 221 | 0.73 | 0 | 0.13 | 0.00 | 169.3 | 0.99 | 0.63 |
| Hex | 45 | FE | DD | 49 | 0 | D | 0 | A9 | 63 | 3F |
| Octal | 105 | 376 | 335 | 111 | 0 | 15 | 0 | 251 | 143 | 77 |
| Binary | 1000101 | 11111110 | 11011101 | 1001001 | 0 | 1101 | 0 | 10101001 | 1100011 | 111111 |
Color Harmonies of #45FEDD
Complementary color
Monochromatic Colors of #45FEDD
Black with #45FEDD
Text Example
Text Example
White with #45FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FEDD; }
p { color: rgb(69,254,221); }
H1.HeaderClassName
{
color: #45FEDD;
}
.AnyTagClassName
{
color: #45FEDD;
}
</style>
background-color css
<style>
a { background-color: #45FEDD; }
a { background-color: rgb(69,254,221); }
div.DivClassName
{
background-color: #45FEDD;
}
.BgClassName
{
background-color: #45FEDD;
}
</style>
border-color css
<style>
span { border-color: #45FEDD; }
span { border-color: rgb(69,254,221); }
td.TdClassName
{
border-color: #45FEDD;
}
.TagClassName
{
border-color: #45FEDD;
}
</style>