Shades of Turquoise Blue #6BCFDB
Tints of Turquoise Blue #6BCFDB
RGB
CMYK
RGB Variations
Color information
#6BCFDB (or 0x6BCFDB) is known color: Turquoise Blue. HEX triplet: 6B, CF and DB. RGB value is (107,207,219). Sum of RGB (Red+Green+Blue) = 107+207+219=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BCFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFDB is #943024. Grayscale: #B2B2B2. Windows color (decimal): -9711653 or 14405483. OLE color: 14405483.
HSL color Cylindrical-coordinate representation of color #6BCFDB: hue angle of 186.43º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BCFDB is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 207 | 219 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.14 |
| HSL | 186.43º | 0.61% | 0.64% | - |
| HSV(B) | 186.43º | 0.51% | 0.86% | - |
| XYZ | 41.16 | 52.87 | 75.05 | - |
| YUV | 178.47 | 150.87 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 219 | 0.51 | 0.05 | 0 | 0.14 | 186.43 | 0.61 | 0.64 |
| Hex | 6B | CF | DB | 33 | 5 | 0 | E | BA | 3D | 40 |
| Octal | 153 | 317 | 333 | 63 | 5 | 0 | 16 | 272 | 75 | 100 |
| Binary | 1101011 | 11001111 | 11011011 | 110011 | 101 | 0 | 1110 | 10111010 | 111101 | 1000000 |
Color Harmonies of #6BCFDB
Complementary color
Monochromatic Colors of #6BCFDB
Black with #6BCFDB
Text Example
Text Example
White with #6BCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCFDB; }
p { color: rgb(107,207,219); }
H1.HeaderClassName
{
color: #6BCFDB;
}
.AnyTagClassName
{
color: #6BCFDB;
}
</style>
background-color css
<style>
a { background-color: #6BCFDB; }
a { background-color: rgb(107,207,219); }
div.DivClassName
{
background-color: #6BCFDB;
}
.BgClassName
{
background-color: #6BCFDB;
}
</style>
border-color css
<style>
span { border-color: #6BCFDB; }
span { border-color: rgb(107,207,219); }
td.TdClassName
{
border-color: #6BCFDB;
}
.TagClassName
{
border-color: #6BCFDB;
}
</style>