Shades of Turquoise #45EEF9
Tints of Turquoise #45EEF9
RGB
CMYK
RGB Variations
Color information
#45EEF9 (or 0x45EEF9) is known color: Turquoise. HEX triplet: 45, EE and F9. RGB value is (69,238,249). Sum of RGB (Red+Green+Blue) = 69+238+249=556 (73% of max value = 765). Red value is 69 (27.34% from 255 or 12.41% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #45EEF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45EEF9 is #BA1106. Grayscale: #BCBCBC. Windows color (decimal): -12194055 or 16379461. OLE color: 16379461.
HSL color Cylindrical-coordinate representation of color #45EEF9: hue angle of 183.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45EEF9 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 238 | 249 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.02 |
| HSL | 183.67º | 0.94% | 0.62% | - |
| HSV(B) | 183.67º | 0.72% | 0.98% | - |
| XYZ | 50.13 | 69.25 | 100.35 | - |
| YUV | 188.72 | 162.01 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 238 | 249 | 0.72 | 0.04 | 0 | 0.02 | 183.67 | 0.94 | 0.62 |
| Hex | 45 | EE | F9 | 48 | 4 | 0 | 2 | B8 | 5E | 3E |
| Octal | 105 | 356 | 371 | 110 | 4 | 0 | 2 | 270 | 136 | 76 |
| Binary | 1000101 | 11101110 | 11111001 | 1001000 | 100 | 0 | 10 | 10111000 | 1011110 | 111110 |
Color Harmonies of #45EEF9
Complementary color
Monochromatic Colors of #45EEF9
Black with #45EEF9
Text Example
Text Example
White with #45EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EEF9; }
p { color: rgb(69,238,249); }
H1.HeaderClassName
{
color: #45EEF9;
}
.AnyTagClassName
{
color: #45EEF9;
}
</style>
background-color css
<style>
a { background-color: #45EEF9; }
a { background-color: rgb(69,238,249); }
div.DivClassName
{
background-color: #45EEF9;
}
.BgClassName
{
background-color: #45EEF9;
}
</style>
border-color css
<style>
span { border-color: #45EEF9; }
span { border-color: rgb(69,238,249); }
td.TdClassName
{
border-color: #45EEF9;
}
.TagClassName
{
border-color: #45EEF9;
}
</style>