Shades of Turquoise Blue #7CE7DF
Tints of Turquoise Blue #7CE7DF
RGB
CMYK
RGB Variations
Color information
#7CE7DF (or 0x7CE7DF) is known color: Turquoise Blue. HEX triplet: 7C, E7 and DF. RGB value is (124,231,223). Sum of RGB (Red+Green+Blue) = 124+231+223=578 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.45% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 231 - color contains mainly: green. Hex color #7CE7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE7DF is #831820. Grayscale: #C6C6C6. Windows color (decimal): -8591393 or 14673788. OLE color: 14673788.
HSL color Cylindrical-coordinate representation of color #7CE7DF: hue angle of 175.51º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE7DF is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 231 | 223 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.09 |
| HSL | 175.51º | 0.69% | 0.7% | - |
| HSV(B) | 175.51º | 0.46% | 0.91% | - |
| XYZ | 50.21 | 66.76 | 80.05 | - |
| YUV | 198.1 | 142.05 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 231 | 223 | 0.46 | 0 | 0.03 | 0.09 | 175.51 | 0.69 | 0.7 |
| Hex | 7C | E7 | DF | 2E | 0 | 3 | 9 | B0 | 45 | 46 |
| Octal | 174 | 347 | 337 | 56 | 0 | 3 | 11 | 260 | 105 | 106 |
| Binary | 1111100 | 11100111 | 11011111 | 101110 | 0 | 11 | 1001 | 10110000 | 1000101 | 1000110 |
Color Harmonies of #7CE7DF
Complementary color
Monochromatic Colors of #7CE7DF
Black with #7CE7DF
Text Example
Text Example
White with #7CE7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE7DF; }
p { color: rgb(124,231,223); }
H1.HeaderClassName
{
color: #7CE7DF;
}
.AnyTagClassName
{
color: #7CE7DF;
}
</style>
background-color css
<style>
a { background-color: #7CE7DF; }
a { background-color: rgb(124,231,223); }
div.DivClassName
{
background-color: #7CE7DF;
}
.BgClassName
{
background-color: #7CE7DF;
}
</style>
border-color css
<style>
span { border-color: #7CE7DF; }
span { border-color: rgb(124,231,223); }
td.TdClassName
{
border-color: #7CE7DF;
}
.TagClassName
{
border-color: #7CE7DF;
}
</style>