Shades of Turquoise Blue #7CE8DF
Tints of Turquoise Blue #7CE8DF
RGB
CMYK
RGB Variations
Color information
#7CE8DF (or 0x7CE8DF) is known color: Turquoise Blue. HEX triplet: 7C, E8 and DF. RGB value is (124,232,223). Sum of RGB (Red+Green+Blue) = 124+232+223=579 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.42% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 232 - color contains mainly: green. Hex color #7CE8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE8DF is #831720. Grayscale: #C6C6C6. Windows color (decimal): -8591137 or 14674044. OLE color: 14674044.
HSL color Cylindrical-coordinate representation of color #7CE8DF: hue angle of 175º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CE8DF is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 232 | 223 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.09 |
| HSL | 175º | 0.7% | 0.7% | - |
| HSV(B) | 175º | 0.47% | 0.91% | - |
| XYZ | 50.49 | 67.33 | 80.15 | - |
| YUV | 198.68 | 141.72 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 232 | 223 | 0.47 | 0 | 0.04 | 0.09 | 175 | 0.7 | 0.7 |
| Hex | 7C | E8 | DF | 2F | 0 | 4 | 9 | AF | 46 | 46 |
| Octal | 174 | 350 | 337 | 57 | 0 | 4 | 11 | 257 | 106 | 106 |
| Binary | 1111100 | 11101000 | 11011111 | 101111 | 0 | 100 | 1001 | 10101111 | 1000110 | 1000110 |
Color Harmonies of #7CE8DF
Complementary color
Monochromatic Colors of #7CE8DF
Black with #7CE8DF
Text Example
Text Example
White with #7CE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE8DF; }
p { color: rgb(124,232,223); }
H1.HeaderClassName
{
color: #7CE8DF;
}
.AnyTagClassName
{
color: #7CE8DF;
}
</style>
background-color css
<style>
a { background-color: #7CE8DF; }
a { background-color: rgb(124,232,223); }
div.DivClassName
{
background-color: #7CE8DF;
}
.BgClassName
{
background-color: #7CE8DF;
}
</style>
border-color css
<style>
span { border-color: #7CE8DF; }
span { border-color: rgb(124,232,223); }
td.TdClassName
{
border-color: #7CE8DF;
}
.TagClassName
{
border-color: #7CE8DF;
}
</style>