Shades of Turquoise Blue #7BDFF6
Tints of Turquoise Blue #7BDFF6
RGB
CMYK
RGB Variations
Color information
#7BDFF6 (or 0x7BDFF6) is known color: Turquoise Blue. HEX triplet: 7B, DF and F6. RGB value is (123,223,246). Sum of RGB (Red+Green+Blue) = 123+223+246=592 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.78% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #7BDFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDFF6 is #842009. Grayscale: #C3C3C3. Windows color (decimal): -8658954 or 16179067. OLE color: 16179067.
HSL color Cylindrical-coordinate representation of color #7BDFF6: hue angle of 191.22º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BDFF6 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 223 | 246 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.04 |
| HSL | 191.22º | 0.87% | 0.72% | - |
| HSV(B) | 191.22º | 0.5% | 0.96% | - |
| XYZ | 51.19 | 63.64 | 96.77 | - |
| YUV | 195.72 | 156.37 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 246 | 0.50 | 0.09 | 0 | 0.04 | 191.22 | 0.87 | 0.72 |
| Hex | 7B | DF | F6 | 32 | 9 | 0 | 4 | BF | 57 | 48 |
| Octal | 173 | 337 | 366 | 62 | 11 | 0 | 4 | 277 | 127 | 110 |
| Binary | 1111011 | 11011111 | 11110110 | 110010 | 1001 | 0 | 100 | 10111111 | 1010111 | 1001000 |
Color Harmonies of #7BDFF6
Complementary color
Monochromatic Colors of #7BDFF6
Black with #7BDFF6
Text Example
Text Example
White with #7BDFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFF6; }
p { color: rgb(123,223,246); }
H1.HeaderClassName
{
color: #7BDFF6;
}
.AnyTagClassName
{
color: #7BDFF6;
}
</style>
background-color css
<style>
a { background-color: #7BDFF6; }
a { background-color: rgb(123,223,246); }
div.DivClassName
{
background-color: #7BDFF6;
}
.BgClassName
{
background-color: #7BDFF6;
}
</style>
border-color css
<style>
span { border-color: #7BDFF6; }
span { border-color: rgb(123,223,246); }
td.TdClassName
{
border-color: #7BDFF6;
}
.TagClassName
{
border-color: #7BDFF6;
}
</style>