Shades of Turquoise Blue #7BDEF4
Tints of Turquoise Blue #7BDEF4
RGB
CMYK
RGB Variations
Color information
#7BDEF4 (or 0x7BDEF4) is known color: Turquoise Blue. HEX triplet: 7B, DE and F4. RGB value is (123,222,244). Sum of RGB (Red+Green+Blue) = 123+222+244=589 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.88% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 244 (95.70% from 255 or 41.43% from 589); Max value from RGB is 244 - color contains mainly: blue. Hex color #7BDEF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDEF4 is #84210B. Grayscale: #C2C2C2. Windows color (decimal): -8659212 or 16047739. OLE color: 16047739.
HSL color Cylindrical-coordinate representation of color #7BDEF4: hue angle of 190.91º degrees, saturation: 0.85, 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 #7BDEF4 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 222 | 244 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.04 |
| HSL | 190.91º | 0.85% | 0.72% | - |
| HSV(B) | 190.91º | 0.5% | 0.96% | - |
| XYZ | 50.62 | 62.99 | 95.08 | - |
| YUV | 194.91 | 155.7 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 222 | 244 | 0.50 | 0.09 | 0 | 0.04 | 190.91 | 0.85 | 0.72 |
| Hex | 7B | DE | F4 | 32 | 9 | 0 | 4 | BF | 55 | 48 |
| Octal | 173 | 336 | 364 | 62 | 11 | 0 | 4 | 277 | 125 | 110 |
| Binary | 1111011 | 11011110 | 11110100 | 110010 | 1001 | 0 | 100 | 10111111 | 1010101 | 1001000 |
Color Harmonies of #7BDEF4
Complementary color
Monochromatic Colors of #7BDEF4
Black with #7BDEF4
Text Example
Text Example
White with #7BDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDEF4; }
p { color: rgb(123,222,244); }
H1.HeaderClassName
{
color: #7BDEF4;
}
.AnyTagClassName
{
color: #7BDEF4;
}
</style>
background-color css
<style>
a { background-color: #7BDEF4; }
a { background-color: rgb(123,222,244); }
div.DivClassName
{
background-color: #7BDEF4;
}
.BgClassName
{
background-color: #7BDEF4;
}
</style>
border-color css
<style>
span { border-color: #7BDEF4; }
span { border-color: rgb(123,222,244); }
td.TdClassName
{
border-color: #7BDEF4;
}
.TagClassName
{
border-color: #7BDEF4;
}
</style>