Shades of Turquoise Blue #6BECDF
Tints of Turquoise Blue #6BECDF
RGB
CMYK
RGB Variations
Color information
#6BECDF (or 0x6BECDF) is known color: Turquoise Blue. HEX triplet: 6B, EC and DF. RGB value is (107,236,223). Sum of RGB (Red+Green+Blue) = 107+236+223=566 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.90% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECDF is #941320. Grayscale: #C3C3C3. Windows color (decimal): -9704225 or 14675051. OLE color: 14675051.
HSL color Cylindrical-coordinate representation of color #6BECDF: hue angle of 173.95º 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 #6BECDF is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 223 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.07 |
| HSL | 173.95º | 0.77% | 0.67% | - |
| HSV(B) | 173.95º | 0.55% | 0.93% | - |
| XYZ | 49.38 | 68.44 | 80.42 | - |
| YUV | 195.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 223 | 0.55 | 0 | 0.06 | 0.07 | 173.95 | 0.77 | 0.67 |
| Hex | 6B | EC | DF | 37 | 0 | 6 | 7 | AE | 4D | 43 |
| Octal | 153 | 354 | 337 | 67 | 0 | 6 | 7 | 256 | 115 | 103 |
| Binary | 1101011 | 11101100 | 11011111 | 110111 | 0 | 110 | 111 | 10101110 | 1001101 | 1000011 |
Color Harmonies of #6BECDF
Complementary color
Monochromatic Colors of #6BECDF
Black with #6BECDF
Text Example
Text Example
White with #6BECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECDF; }
p { color: rgb(107,236,223); }
H1.HeaderClassName
{
color: #6BECDF;
}
.AnyTagClassName
{
color: #6BECDF;
}
</style>
background-color css
<style>
a { background-color: #6BECDF; }
a { background-color: rgb(107,236,223); }
div.DivClassName
{
background-color: #6BECDF;
}
.BgClassName
{
background-color: #6BECDF;
}
</style>
border-color css
<style>
span { border-color: #6BECDF; }
span { border-color: rgb(107,236,223); }
td.TdClassName
{
border-color: #6BECDF;
}
.TagClassName
{
border-color: #6BECDF;
}
</style>