Shades of Turquoise Blue #6BCFDD
Tints of Turquoise Blue #6BCFDD
RGB
CMYK
RGB Variations
Color information
#6BCFDD (or 0x6BCFDD) is known color: Turquoise Blue. HEX triplet: 6B, CF and DD. RGB value is (107,207,221). Sum of RGB (Red+Green+Blue) = 107+207+221=535 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BCFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFDD is #943022. Grayscale: #B2B2B2. Windows color (decimal): -9711651 or 14536555. OLE color: 14536555.
HSL color Cylindrical-coordinate representation of color #6BCFDD: hue angle of 187.37º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BCFDD is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 207 | 221 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.13 |
| HSL | 187.37º | 0.63% | 0.64% | - |
| HSV(B) | 187.37º | 0.52% | 0.87% | - |
| XYZ | 41.43 | 52.97 | 76.45 | - |
| YUV | 178.7 | 151.87 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 221 | 0.52 | 0.06 | 0 | 0.13 | 187.37 | 0.63 | 0.64 |
| Hex | 6B | CF | DD | 34 | 6 | 0 | D | BB | 3F | 40 |
| Octal | 153 | 317 | 335 | 64 | 6 | 0 | 15 | 273 | 77 | 100 |
| Binary | 1101011 | 11001111 | 11011101 | 110100 | 110 | 0 | 1101 | 10111011 | 111111 | 1000000 |
Color Harmonies of #6BCFDD
Complementary color
Monochromatic Colors of #6BCFDD
Black with #6BCFDD
Text Example
Text Example
White with #6BCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCFDD; }
p { color: rgb(107,207,221); }
H1.HeaderClassName
{
color: #6BCFDD;
}
.AnyTagClassName
{
color: #6BCFDD;
}
</style>
background-color css
<style>
a { background-color: #6BCFDD; }
a { background-color: rgb(107,207,221); }
div.DivClassName
{
background-color: #6BCFDD;
}
.BgClassName
{
background-color: #6BCFDD;
}
</style>
border-color css
<style>
span { border-color: #6BCFDD; }
span { border-color: rgb(107,207,221); }
td.TdClassName
{
border-color: #6BCFDD;
}
.TagClassName
{
border-color: #6BCFDD;
}
</style>