Shades of Turquoise #45EDEF
Tints of Turquoise #45EDEF
RGB
CMYK
RGB Variations
Color information
#45EDEF (or 0x45EDEF) is known color: Turquoise. HEX triplet: 45, ED and EF. RGB value is (69,237,239). Sum of RGB (Red+Green+Blue) = 69+237+239=545 (72% of max value = 765). Red value is 69 (27.34% from 255 or 12.66% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #45EDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45EDEF is #BA1210. Grayscale: #BABABA. Windows color (decimal): -12194321 or 15723845. OLE color: 15723845.
HSL color Cylindrical-coordinate representation of color #45EDEF: hue angle of 180.71º 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 #45EDEF is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 237 | 239 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.06 |
| HSL | 180.71º | 0.84% | 0.6% | - |
| HSV(B) | 180.71º | 0.71% | 0.94% | - |
| XYZ | 48.32 | 68.07 | 92.25 | - |
| YUV | 187 | 157.34 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 237 | 239 | 0.71 | 0.01 | 0 | 0.06 | 180.71 | 0.84 | 0.6 |
| Hex | 45 | ED | EF | 47 | 1 | 0 | 6 | B5 | 54 | 3C |
| Octal | 105 | 355 | 357 | 107 | 1 | 0 | 6 | 265 | 124 | 74 |
| Binary | 1000101 | 11101101 | 11101111 | 1000111 | 1 | 0 | 110 | 10110101 | 1010100 | 111100 |
Color Harmonies of #45EDEF
Complementary color
Monochromatic Colors of #45EDEF
Black with #45EDEF
Text Example
Text Example
White with #45EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EDEF; }
p { color: rgb(69,237,239); }
H1.HeaderClassName
{
color: #45EDEF;
}
.AnyTagClassName
{
color: #45EDEF;
}
</style>
background-color css
<style>
a { background-color: #45EDEF; }
a { background-color: rgb(69,237,239); }
div.DivClassName
{
background-color: #45EDEF;
}
.BgClassName
{
background-color: #45EDEF;
}
</style>
border-color css
<style>
span { border-color: #45EDEF; }
span { border-color: rgb(69,237,239); }
td.TdClassName
{
border-color: #45EDEF;
}
.TagClassName
{
border-color: #45EDEF;
}
</style>