Shades of Turquoise #45EFE8
Tints of Turquoise #45EFE8
RGB
CMYK
RGB Variations
Color information
#45EFE8 (or 0x45EFE8) is known color: Turquoise. HEX triplet: 45, EF and E8. RGB value is (69,239,232). Sum of RGB (Red+Green+Blue) = 69+239+232=540 (71% of max value = 765). Red value is 69 (27.34% from 255 or 12.78% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #45EFE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45EFE8 is #BA1017. Grayscale: #BBBBBB. Windows color (decimal): -12193816 or 15265605. OLE color: 15265605.
HSL color Cylindrical-coordinate representation of color #45EFE8: hue angle of 177.53º 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 #45EFE8 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 232 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.06 |
| HSL | 177.53º | 0.84% | 0.6% | - |
| HSV(B) | 177.53º | 0.71% | 0.94% | - |
| XYZ | 47.89 | 68.82 | 87.1 | - |
| YUV | 187.37 | 153.18 | 43.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 232 | 0.71 | 0 | 0.03 | 0.06 | 177.53 | 0.84 | 0.6 |
| Hex | 45 | EF | E8 | 47 | 0 | 3 | 6 | B2 | 54 | 3C |
| Octal | 105 | 357 | 350 | 107 | 0 | 3 | 6 | 262 | 124 | 74 |
| Binary | 1000101 | 11101111 | 11101000 | 1000111 | 0 | 11 | 110 | 10110010 | 1010100 | 111100 |
Color Harmonies of #45EFE8
Complementary color
Monochromatic Colors of #45EFE8
Black with #45EFE8
Text Example
Text Example
White with #45EFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EFE8; }
p { color: rgb(69,239,232); }
H1.HeaderClassName
{
color: #45EFE8;
}
.AnyTagClassName
{
color: #45EFE8;
}
</style>
background-color css
<style>
a { background-color: #45EFE8; }
a { background-color: rgb(69,239,232); }
div.DivClassName
{
background-color: #45EFE8;
}
.BgClassName
{
background-color: #45EFE8;
}
</style>
border-color css
<style>
span { border-color: #45EFE8; }
span { border-color: rgb(69,239,232); }
td.TdClassName
{
border-color: #45EFE8;
}
.TagClassName
{
border-color: #45EFE8;
}
</style>