Shades of Turquoise Blue #6BDCEC
Tints of Turquoise Blue #6BDCEC
RGB
CMYK
RGB Variations
Color information
#6BDCEC (or 0x6BDCEC) is known color: Turquoise Blue. HEX triplet: 6B, DC and EC. RGB value is (107,220,236). Sum of RGB (Red+Green+Blue) = 107+220+236=563 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.01% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #6BDCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDCEC is #942313. Grayscale: #BBBBBB. Windows color (decimal): -9708308 or 15522923. OLE color: 15522923.
HSL color Cylindrical-coordinate representation of color #6BDCEC: hue angle of 187.44º 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 #6BDCEC is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 220 | 236 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.07 |
| HSL | 187.44º | 0.77% | 0.67% | - |
| HSV(B) | 187.44º | 0.55% | 0.93% | - |
| XYZ | 46.8 | 60.37 | 88.54 | - |
| YUV | 188.04 | 155.06 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 236 | 0.55 | 0.07 | 0 | 0.07 | 187.44 | 0.77 | 0.67 |
| Hex | 6B | DC | EC | 37 | 7 | 0 | 7 | BB | 4D | 43 |
| Octal | 153 | 334 | 354 | 67 | 7 | 0 | 7 | 273 | 115 | 103 |
| Binary | 1101011 | 11011100 | 11101100 | 110111 | 111 | 0 | 111 | 10111011 | 1001101 | 1000011 |
Color Harmonies of #6BDCEC
Complementary color
Monochromatic Colors of #6BDCEC
Black with #6BDCEC
Text Example
Text Example
White with #6BDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDCEC; }
p { color: rgb(107,220,236); }
H1.HeaderClassName
{
color: #6BDCEC;
}
.AnyTagClassName
{
color: #6BDCEC;
}
</style>
background-color css
<style>
a { background-color: #6BDCEC; }
a { background-color: rgb(107,220,236); }
div.DivClassName
{
background-color: #6BDCEC;
}
.BgClassName
{
background-color: #6BDCEC;
}
</style>
border-color css
<style>
span { border-color: #6BDCEC; }
span { border-color: rgb(107,220,236); }
td.TdClassName
{
border-color: #6BDCEC;
}
.TagClassName
{
border-color: #6BDCEC;
}
</style>