Shades of Turquoise Blue #7BDDEE
Tints of Turquoise Blue #7BDDEE
RGB
CMYK
RGB Variations
Color information
#7BDDEE (or 0x7BDDEE) is known color: Turquoise Blue. HEX triplet: 7B, DD and EE. RGB value is (123,221,238). Sum of RGB (Red+Green+Blue) = 123+221+238=582 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.13% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #7BDDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDDEE is #842211. Grayscale: #C1C1C1. Windows color (decimal): -8659474 or 15654267. OLE color: 15654267.
HSL color Cylindrical-coordinate representation of color #7BDDEE: hue angle of 188.87º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BDDEE is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 221 | 238 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.07 |
| HSL | 188.87º | 0.77% | 0.71% | - |
| HSV(B) | 188.87º | 0.48% | 0.93% | - |
| XYZ | 49.46 | 62.1 | 90.27 | - |
| YUV | 193.64 | 153.03 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 238 | 0.48 | 0.07 | 0 | 0.07 | 188.87 | 0.77 | 0.71 |
| Hex | 7B | DD | EE | 30 | 7 | 0 | 7 | BD | 4D | 47 |
| Octal | 173 | 335 | 356 | 60 | 7 | 0 | 7 | 275 | 115 | 107 |
| Binary | 1111011 | 11011101 | 11101110 | 110000 | 111 | 0 | 111 | 10111101 | 1001101 | 1000111 |
Color Harmonies of #7BDDEE
Complementary color
Monochromatic Colors of #7BDDEE
Black with #7BDDEE
Text Example
Text Example
White with #7BDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDEE; }
p { color: rgb(123,221,238); }
H1.HeaderClassName
{
color: #7BDDEE;
}
.AnyTagClassName
{
color: #7BDDEE;
}
</style>
background-color css
<style>
a { background-color: #7BDDEE; }
a { background-color: rgb(123,221,238); }
div.DivClassName
{
background-color: #7BDDEE;
}
.BgClassName
{
background-color: #7BDDEE;
}
</style>
border-color css
<style>
span { border-color: #7BDDEE; }
span { border-color: rgb(123,221,238); }
td.TdClassName
{
border-color: #7BDDEE;
}
.TagClassName
{
border-color: #7BDDEE;
}
</style>