Shades of Turquoise Blue #6BCDEC
Tints of Turquoise Blue #6BCDEC
RGB
CMYK
RGB Variations
Color information
#6BCDEC (or 0x6BCDEC) is known color: Turquoise Blue. HEX triplet: 6B, CD and EC. RGB value is (107,205,236). Sum of RGB (Red+Green+Blue) = 107+205+236=548 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.53% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #6BCDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCDEC is #943213. Grayscale: #B3B3B3. Windows color (decimal): -9712148 or 15519083. OLE color: 15519083.
HSL color Cylindrical-coordinate representation of color #6BCDEC: hue angle of 194.42º 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 #6BCDEC is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 205 | 236 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.07 |
| HSL | 194.42º | 0.77% | 0.67% | - |
| HSV(B) | 194.42º | 0.55% | 0.93% | - |
| XYZ | 43.04 | 52.84 | 87.29 | - |
| YUV | 179.23 | 160.03 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 236 | 0.55 | 0.13 | 0 | 0.07 | 194.42 | 0.77 | 0.67 |
| Hex | 6B | CD | EC | 37 | D | 0 | 7 | C2 | 4D | 43 |
| Octal | 153 | 315 | 354 | 67 | 15 | 0 | 7 | 302 | 115 | 103 |
| Binary | 1101011 | 11001101 | 11101100 | 110111 | 1101 | 0 | 111 | 11000010 | 1001101 | 1000011 |
Color Harmonies of #6BCDEC
Complementary color
Monochromatic Colors of #6BCDEC
Black with #6BCDEC
Text Example
Text Example
White with #6BCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCDEC; }
p { color: rgb(107,205,236); }
H1.HeaderClassName
{
color: #6BCDEC;
}
.AnyTagClassName
{
color: #6BCDEC;
}
</style>
background-color css
<style>
a { background-color: #6BCDEC; }
a { background-color: rgb(107,205,236); }
div.DivClassName
{
background-color: #6BCDEC;
}
.BgClassName
{
background-color: #6BCDEC;
}
</style>
border-color css
<style>
span { border-color: #6BCDEC; }
span { border-color: rgb(107,205,236); }
td.TdClassName
{
border-color: #6BCDEC;
}
.TagClassName
{
border-color: #6BCDEC;
}
</style>