Shades of Turquoise #45EFC3
Tints of Turquoise #45EFC3
RGB
CMYK
RGB Variations
Color information
#45EFC3 (or 0x45EFC3) is known color: Turquoise. HEX triplet: 45, EF and C3. RGB value is (69,239,195). Sum of RGB (Red+Green+Blue) = 69+239+195=503 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.72% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #45EFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EFC3 is #BA103C. Grayscale: #B7B7B7. Windows color (decimal): -12193853 or 12840773. OLE color: 12840773.
HSL color Cylindrical-coordinate representation of color #45EFC3: hue angle of 164.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 #45EFC3 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 195 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.06 |
| HSL | 164.47º | 0.84% | 0.6% | - |
| HSV(B) | 164.47º | 0.71% | 0.94% | - |
| XYZ | 43.17 | 66.94 | 62.27 | - |
| YUV | 183.15 | 134.68 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 195 | 0.71 | 0 | 0.18 | 0.06 | 164.47 | 0.84 | 0.6 |
| Hex | 45 | EF | C3 | 47 | 0 | 12 | 6 | A4 | 54 | 3C |
| Octal | 105 | 357 | 303 | 107 | 0 | 22 | 6 | 244 | 124 | 74 |
| Binary | 1000101 | 11101111 | 11000011 | 1000111 | 0 | 10010 | 110 | 10100100 | 1010100 | 111100 |
Color Harmonies of #45EFC3
Complementary color
Monochromatic Colors of #45EFC3
Black with #45EFC3
Text Example
Text Example
White with #45EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EFC3; }
p { color: rgb(69,239,195); }
H1.HeaderClassName
{
color: #45EFC3;
}
.AnyTagClassName
{
color: #45EFC3;
}
</style>
background-color css
<style>
a { background-color: #45EFC3; }
a { background-color: rgb(69,239,195); }
div.DivClassName
{
background-color: #45EFC3;
}
.BgClassName
{
background-color: #45EFC3;
}
</style>
border-color css
<style>
span { border-color: #45EFC3; }
span { border-color: rgb(69,239,195); }
td.TdClassName
{
border-color: #45EFC3;
}
.TagClassName
{
border-color: #45EFC3;
}
</style>