Shades of Turquoise Blue #6BCBDD
Tints of Turquoise Blue #6BCBDD
RGB
CMYK
RGB Variations
Color information
#6BCBDD (or 0x6BCBDD) is known color: Turquoise Blue. HEX triplet: 6B, CB and DD. RGB value is (107,203,221). Sum of RGB (Red+Green+Blue) = 107+203+221=531 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.15% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BCBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCBDD is #943422. Grayscale: #B0B0B0. Windows color (decimal): -9712675 or 14535531. OLE color: 14535531.
HSL color Cylindrical-coordinate representation of color #6BCBDD: hue angle of 189.47º 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 #6BCBDD is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 203 | 221 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.13 |
| HSL | 189.47º | 0.63% | 0.64% | - |
| HSV(B) | 189.47º | 0.52% | 0.87% | - |
| XYZ | 40.47 | 51.06 | 76.13 | - |
| YUV | 176.35 | 153.2 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 221 | 0.52 | 0.08 | 0 | 0.13 | 189.47 | 0.63 | 0.64 |
| Hex | 6B | CB | DD | 34 | 8 | 0 | D | BD | 3F | 40 |
| Octal | 153 | 313 | 335 | 64 | 10 | 0 | 15 | 275 | 77 | 100 |
| Binary | 1101011 | 11001011 | 11011101 | 110100 | 1000 | 0 | 1101 | 10111101 | 111111 | 1000000 |
Color Harmonies of #6BCBDD
Complementary color
Monochromatic Colors of #6BCBDD
Black with #6BCBDD
Text Example
Text Example
White with #6BCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCBDD; }
p { color: rgb(107,203,221); }
H1.HeaderClassName
{
color: #6BCBDD;
}
.AnyTagClassName
{
color: #6BCBDD;
}
</style>
background-color css
<style>
a { background-color: #6BCBDD; }
a { background-color: rgb(107,203,221); }
div.DivClassName
{
background-color: #6BCBDD;
}
.BgClassName
{
background-color: #6BCBDD;
}
</style>
border-color css
<style>
span { border-color: #6BCBDD; }
span { border-color: rgb(107,203,221); }
td.TdClassName
{
border-color: #6BCBDD;
}
.TagClassName
{
border-color: #6BCBDD;
}
</style>