Shades of Turquoise Blue #6BECDD
Tints of Turquoise Blue #6BECDD
RGB
CMYK
RGB Variations
Color information
#6BECDD (or 0x6BECDD) is known color: Turquoise Blue. HEX triplet: 6B, EC and DD. RGB value is (107,236,221). Sum of RGB (Red+Green+Blue) = 107+236+221=564 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.97% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECDD is #941322. Grayscale: #C3C3C3. Windows color (decimal): -9704227 or 14543979. OLE color: 14543979.
HSL color Cylindrical-coordinate representation of color #6BECDD: hue angle of 173.02º 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 #6BECDD is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 221 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.07 |
| HSL | 173.02º | 0.77% | 0.67% | - |
| HSV(B) | 173.02º | 0.55% | 0.93% | - |
| XYZ | 49.11 | 68.34 | 79.01 | - |
| YUV | 195.72 | 142.26 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 221 | 0.55 | 0 | 0.06 | 0.07 | 173.02 | 0.77 | 0.67 |
| Hex | 6B | EC | DD | 37 | 0 | 6 | 7 | AD | 4D | 43 |
| Octal | 153 | 354 | 335 | 67 | 0 | 6 | 7 | 255 | 115 | 103 |
| Binary | 1101011 | 11101100 | 11011101 | 110111 | 0 | 110 | 111 | 10101101 | 1001101 | 1000011 |
Color Harmonies of #6BECDD
Complementary color
Monochromatic Colors of #6BECDD
Black with #6BECDD
Text Example
Text Example
White with #6BECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECDD; }
p { color: rgb(107,236,221); }
H1.HeaderClassName
{
color: #6BECDD;
}
.AnyTagClassName
{
color: #6BECDD;
}
</style>
background-color css
<style>
a { background-color: #6BECDD; }
a { background-color: rgb(107,236,221); }
div.DivClassName
{
background-color: #6BECDD;
}
.BgClassName
{
background-color: #6BECDD;
}
</style>
border-color css
<style>
span { border-color: #6BECDD; }
span { border-color: rgb(107,236,221); }
td.TdClassName
{
border-color: #6BECDD;
}
.TagClassName
{
border-color: #6BECDD;
}
</style>