Shades of Turquoise Blue #6BCCDD
Tints of Turquoise Blue #6BCCDD
RGB
CMYK
RGB Variations
Color information
#6BCCDD (or 0x6BCCDD) is known color: Turquoise Blue. HEX triplet: 6B, CC and DD. RGB value is (107,204,221). Sum of RGB (Red+Green+Blue) = 107+204+221=532 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.11% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BCCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCDD is #943322. Grayscale: #B0B0B0. Windows color (decimal): -9712419 or 14535787. OLE color: 14535787.
HSL color Cylindrical-coordinate representation of color #6BCCDD: hue angle of 188.95º 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 #6BCCDD is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 204 | 221 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.13 |
| HSL | 188.95º | 0.63% | 0.64% | - |
| HSV(B) | 188.95º | 0.52% | 0.87% | - |
| XYZ | 40.71 | 51.53 | 76.21 | - |
| YUV | 176.94 | 152.86 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 221 | 0.52 | 0.08 | 0 | 0.13 | 188.95 | 0.63 | 0.64 |
| Hex | 6B | CC | DD | 34 | 8 | 0 | D | BD | 3F | 40 |
| Octal | 153 | 314 | 335 | 64 | 10 | 0 | 15 | 275 | 77 | 100 |
| Binary | 1101011 | 11001100 | 11011101 | 110100 | 1000 | 0 | 1101 | 10111101 | 111111 | 1000000 |
Color Harmonies of #6BCCDD
Complementary color
Monochromatic Colors of #6BCCDD
Black with #6BCCDD
Text Example
Text Example
White with #6BCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCDD; }
p { color: rgb(107,204,221); }
H1.HeaderClassName
{
color: #6BCCDD;
}
.AnyTagClassName
{
color: #6BCCDD;
}
</style>
background-color css
<style>
a { background-color: #6BCCDD; }
a { background-color: rgb(107,204,221); }
div.DivClassName
{
background-color: #6BCCDD;
}
.BgClassName
{
background-color: #6BCCDD;
}
</style>
border-color css
<style>
span { border-color: #6BCCDD; }
span { border-color: rgb(107,204,221); }
td.TdClassName
{
border-color: #6BCCDD;
}
.TagClassName
{
border-color: #6BCCDD;
}
</style>