Shades of Turquoise #45EFD4
Tints of Turquoise #45EFD4
RGB
CMYK
RGB Variations
Color information
#45EFD4 (or 0x45EFD4) is known color: Turquoise. HEX triplet: 45, EF and D4. RGB value is (69,239,212). Sum of RGB (Red+Green+Blue) = 69+239+212=520 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.27% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #45EFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EFD4 is #BA102B. Grayscale: #B9B9B9. Windows color (decimal): -12193836 or 13954885. OLE color: 13954885.
HSL color Cylindrical-coordinate representation of color #45EFD4: hue angle of 170.47º 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 #45EFD4 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 212 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.06 |
| HSL | 170.47º | 0.84% | 0.6% | - |
| HSV(B) | 170.47º | 0.71% | 0.94% | - |
| XYZ | 45.2 | 67.75 | 72.98 | - |
| YUV | 185.09 | 143.18 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 212 | 0.71 | 0 | 0.11 | 0.06 | 170.47 | 0.84 | 0.6 |
| Hex | 45 | EF | D4 | 47 | 0 | B | 6 | AA | 54 | 3C |
| Octal | 105 | 357 | 324 | 107 | 0 | 13 | 6 | 252 | 124 | 74 |
| Binary | 1000101 | 11101111 | 11010100 | 1000111 | 0 | 1011 | 110 | 10101010 | 1010100 | 111100 |
Color Harmonies of #45EFD4
Complementary color
Monochromatic Colors of #45EFD4
Black with #45EFD4
Text Example
Text Example
White with #45EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EFD4; }
p { color: rgb(69,239,212); }
H1.HeaderClassName
{
color: #45EFD4;
}
.AnyTagClassName
{
color: #45EFD4;
}
</style>
background-color css
<style>
a { background-color: #45EFD4; }
a { background-color: rgb(69,239,212); }
div.DivClassName
{
background-color: #45EFD4;
}
.BgClassName
{
background-color: #45EFD4;
}
</style>
border-color css
<style>
span { border-color: #45EFD4; }
span { border-color: rgb(69,239,212); }
td.TdClassName
{
border-color: #45EFD4;
}
.TagClassName
{
border-color: #45EFD4;
}
</style>