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