Shades of Turquoise #45EDF1
Tints of Turquoise #45EDF1
RGB
CMYK
RGB Variations
Color information
#45EDF1 (or 0x45EDF1) is known color: Turquoise. HEX triplet: 45, ED and F1. RGB value is (69,237,241). Sum of RGB (Red+Green+Blue) = 69+237+241=547 (72% of max value = 765). Red value is 69 (27.34% from 255 or 12.61% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #45EDF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45EDF1 is #BA120E. Grayscale: #BBBBBB. Windows color (decimal): -12194319 or 15854917. OLE color: 15854917.
HSL color Cylindrical-coordinate representation of color #45EDF1: hue angle of 181.4º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EDF1 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 237 | 241 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.05 |
| HSL | 181.4º | 0.86% | 0.61% | - |
| HSV(B) | 181.4º | 0.71% | 0.95% | - |
| XYZ | 48.62 | 68.18 | 93.82 | - |
| YUV | 187.22 | 158.34 | 43.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 237 | 241 | 0.71 | 0.02 | 0 | 0.05 | 181.4 | 0.86 | 0.61 |
| Hex | 45 | ED | F1 | 47 | 2 | 0 | 5 | B5 | 56 | 3D |
| Octal | 105 | 355 | 361 | 107 | 2 | 0 | 5 | 265 | 126 | 75 |
| Binary | 1000101 | 11101101 | 11110001 | 1000111 | 10 | 0 | 101 | 10110101 | 1010110 | 111101 |
Color Harmonies of #45EDF1
Complementary color
Monochromatic Colors of #45EDF1
Black with #45EDF1
Text Example
Text Example
White with #45EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EDF1; }
p { color: rgb(69,237,241); }
H1.HeaderClassName
{
color: #45EDF1;
}
.AnyTagClassName
{
color: #45EDF1;
}
</style>
background-color css
<style>
a { background-color: #45EDF1; }
a { background-color: rgb(69,237,241); }
div.DivClassName
{
background-color: #45EDF1;
}
.BgClassName
{
background-color: #45EDF1;
}
</style>
border-color css
<style>
span { border-color: #45EDF1; }
span { border-color: rgb(69,237,241); }
td.TdClassName
{
border-color: #45EDF1;
}
.TagClassName
{
border-color: #45EDF1;
}
</style>