Shades of Turquoise #45EEED
Tints of Turquoise #45EEED
RGB
CMYK
RGB Variations
Color information
#45EEED (or 0x45EEED) is known color: Turquoise. HEX triplet: 45, EE and ED. RGB value is (69,238,237). Sum of RGB (Red+Green+Blue) = 69+238+237=544 (72% of max value = 765). Red value is 69 (27.34% from 255 or 12.68% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 238 - color contains mainly: green. Hex color #45EEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45EEED is #BA1112. Grayscale: #BBBBBB. Windows color (decimal): -12194067 or 15593029. OLE color: 15593029.
HSL color Cylindrical-coordinate representation of color #45EEED: hue angle of 179.64º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EEED is Cyan = 0.71, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 238 | 237 | - |
| CMYK | 0.71 | 0 | 0.00 | 0.07 |
| HSL | 179.65º | 0.83% | 0.6% | - |
| HSV(B) | 179.65º | 0.71% | 0.93% | - |
| XYZ | 48.31 | 68.53 | 90.8 | - |
| YUV | 187.36 | 156.01 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 238 | 237 | 0.71 | 0 | 0.00 | 0.07 | 179.65 | 0.83 | 0.6 |
| Hex | 45 | EE | ED | 47 | 0 | 0 | 7 | B4 | 53 | 3C |
| Octal | 105 | 356 | 355 | 107 | 0 | 0 | 7 | 264 | 123 | 74 |
| Binary | 1000101 | 11101110 | 11101101 | 1000111 | 0 | 0 | 111 | 10110100 | 1010011 | 111100 |
Color Harmonies of #45EEED
Complementary color
Monochromatic Colors of #45EEED
Black with #45EEED
Text Example
Text Example
White with #45EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EEED; }
p { color: rgb(69,238,237); }
H1.HeaderClassName
{
color: #45EEED;
}
.AnyTagClassName
{
color: #45EEED;
}
</style>
background-color css
<style>
a { background-color: #45EEED; }
a { background-color: rgb(69,238,237); }
div.DivClassName
{
background-color: #45EEED;
}
.BgClassName
{
background-color: #45EEED;
}
</style>
border-color css
<style>
span { border-color: #45EEED; }
span { border-color: rgb(69,238,237); }
td.TdClassName
{
border-color: #45EEED;
}
.TagClassName
{
border-color: #45EEED;
}
</style>