Shades of Turquoise Blue #6BCDDD
Tints of Turquoise Blue #6BCDDD
RGB
CMYK
RGB Variations
Color information
#6BCDDD (or 0x6BCDDD) is known color: Turquoise Blue. HEX triplet: 6B, CD and DD. RGB value is (107,205,221). Sum of RGB (Red+Green+Blue) = 107+205+221=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BCDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDDD is #943222. Grayscale: #B1B1B1. Windows color (decimal): -9712163 or 14536043. OLE color: 14536043.
HSL color Cylindrical-coordinate representation of color #6BCDDD: hue angle of 188.42º 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 #6BCDDD is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 205 | 221 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.13 |
| HSL | 188.42º | 0.63% | 0.64% | - |
| HSV(B) | 188.42º | 0.52% | 0.87% | - |
| XYZ | 40.95 | 52.01 | 76.29 | - |
| YUV | 177.52 | 152.53 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 221 | 0.52 | 0.07 | 0 | 0.13 | 188.42 | 0.63 | 0.64 |
| Hex | 6B | CD | DD | 34 | 7 | 0 | D | BC | 3F | 40 |
| Octal | 153 | 315 | 335 | 64 | 7 | 0 | 15 | 274 | 77 | 100 |
| Binary | 1101011 | 11001101 | 11011101 | 110100 | 111 | 0 | 1101 | 10111100 | 111111 | 1000000 |
Color Harmonies of #6BCDDD
Complementary color
Monochromatic Colors of #6BCDDD
Black with #6BCDDD
Text Example
Text Example
White with #6BCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCDDD; }
p { color: rgb(107,205,221); }
H1.HeaderClassName
{
color: #6BCDDD;
}
.AnyTagClassName
{
color: #6BCDDD;
}
</style>
background-color css
<style>
a { background-color: #6BCDDD; }
a { background-color: rgb(107,205,221); }
div.DivClassName
{
background-color: #6BCDDD;
}
.BgClassName
{
background-color: #6BCDDD;
}
</style>
border-color css
<style>
span { border-color: #6BCDDD; }
span { border-color: rgb(107,205,221); }
td.TdClassName
{
border-color: #6BCDDD;
}
.TagClassName
{
border-color: #6BCDDD;
}
</style>