Shades of Turquoise Blue #6BECE4
Tints of Turquoise Blue #6BECE4
RGB
CMYK
RGB Variations
Color information
#6BECE4 (or 0x6BECE4) is known color: Turquoise Blue. HEX triplet: 6B, EC and E4. RGB value is (107,236,228). Sum of RGB (Red+Green+Blue) = 107+236+228=571 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.74% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 228 (89.45% from 255 or 39.93% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECE4 is #94131B. Grayscale: #C4C4C4. Windows color (decimal): -9704220 or 15002731. OLE color: 15002731.
HSL color Cylindrical-coordinate representation of color #6BECE4: hue angle of 176.28º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BECE4 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 228 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.07 |
| HSL | 176.28º | 0.77% | 0.67% | - |
| HSV(B) | 176.28º | 0.55% | 0.93% | - |
| XYZ | 50.06 | 68.72 | 84.02 | - |
| YUV | 196.52 | 145.76 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 228 | 0.55 | 0 | 0.03 | 0.07 | 176.28 | 0.77 | 0.67 |
| Hex | 6B | EC | E4 | 37 | 0 | 3 | 7 | B0 | 4D | 43 |
| Octal | 153 | 354 | 344 | 67 | 0 | 3 | 7 | 260 | 115 | 103 |
| Binary | 1101011 | 11101100 | 11100100 | 110111 | 0 | 11 | 111 | 10110000 | 1001101 | 1000011 |
Color Harmonies of #6BECE4
Complementary color
Monochromatic Colors of #6BECE4
Black with #6BECE4
Text Example
Text Example
White with #6BECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECE4; }
p { color: rgb(107,236,228); }
H1.HeaderClassName
{
color: #6BECE4;
}
.AnyTagClassName
{
color: #6BECE4;
}
</style>
background-color css
<style>
a { background-color: #6BECE4; }
a { background-color: rgb(107,236,228); }
div.DivClassName
{
background-color: #6BECE4;
}
.BgClassName
{
background-color: #6BECE4;
}
</style>
border-color css
<style>
span { border-color: #6BECE4; }
span { border-color: rgb(107,236,228); }
td.TdClassName
{
border-color: #6BECE4;
}
.TagClassName
{
border-color: #6BECE4;
}
</style>