Shades of Turquoise Blue #7CDDE8
Tints of Turquoise Blue #7CDDE8
RGB
CMYK
RGB Variations
Color information
#7CDDE8 (or 0x7CDDE8) is known color: Turquoise Blue. HEX triplet: 7C, DD and E8. RGB value is (124,221,232). Sum of RGB (Red+Green+Blue) = 124+221+232=577 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.49% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 232 - color contains mainly: blue. Hex color #7CDDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CDDE8 is #832217. Grayscale: #C1C1C1. Windows color (decimal): -8593944 or 15261052. OLE color: 15261052.
HSL color Cylindrical-coordinate representation of color #7CDDE8: hue angle of 186.11º 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 #7CDDE8 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 221 | 232 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.09 |
| HSL | 186.11º | 0.7% | 0.7% | - |
| HSV(B) | 186.11º | 0.47% | 0.91% | - |
| XYZ | 48.73 | 61.82 | 85.71 | - |
| YUV | 193.25 | 149.86 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 232 | 0.47 | 0.05 | 0 | 0.09 | 186.11 | 0.7 | 0.7 |
| Hex | 7C | DD | E8 | 2F | 5 | 0 | 9 | BA | 46 | 46 |
| Octal | 174 | 335 | 350 | 57 | 5 | 0 | 11 | 272 | 106 | 106 |
| Binary | 1111100 | 11011101 | 11101000 | 101111 | 101 | 0 | 1001 | 10111010 | 1000110 | 1000110 |
Color Harmonies of #7CDDE8
Complementary color
Monochromatic Colors of #7CDDE8
Black with #7CDDE8
Text Example
Text Example
White with #7CDDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDDE8; }
p { color: rgb(124,221,232); }
H1.HeaderClassName
{
color: #7CDDE8;
}
.AnyTagClassName
{
color: #7CDDE8;
}
</style>
background-color css
<style>
a { background-color: #7CDDE8; }
a { background-color: rgb(124,221,232); }
div.DivClassName
{
background-color: #7CDDE8;
}
.BgClassName
{
background-color: #7CDDE8;
}
</style>
border-color css
<style>
span { border-color: #7CDDE8; }
span { border-color: rgb(124,221,232); }
td.TdClassName
{
border-color: #7CDDE8;
}
.TagClassName
{
border-color: #7CDDE8;
}
</style>