Shades of Turquoise Blue #6BDDDD
Tints of Turquoise Blue #6BDDDD
RGB
CMYK
RGB Variations
Color information
#6BDDDD (or 0x6BDDDD) is known color: Turquoise Blue. HEX triplet: 6B, DD and DD. RGB value is (107,221,221). Sum of RGB (Red+Green+Blue) = 107+221+221=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #6BDDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDDD is #942222. Grayscale: #BABABA. Windows color (decimal): -9708067 or 14540139. OLE color: 14540139.
HSL color Cylindrical-coordinate representation of color #6BDDDD: hue angle of 180º 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 #6BDDDD is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 221 | - |
| CMYK | 0.52 | 0 | 0 | 0.13 |
| HSL | 180º | 0.63% | 0.64% | - |
| HSV(B) | 180º | 0.52% | 0.87% | - |
| XYZ | 44.97 | 60.06 | 77.63 | - |
| YUV | 186.91 | 147.23 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 221 | 0.52 | 0 | 0 | 0.13 | 180 | 0.63 | 0.64 |
| Hex | 6B | DD | DD | 34 | 0 | 0 | D | B4 | 3F | 40 |
| Octal | 153 | 335 | 335 | 64 | 0 | 0 | 15 | 264 | 77 | 100 |
| Binary | 1101011 | 11011101 | 11011101 | 110100 | 0 | 0 | 1101 | 10110100 | 111111 | 1000000 |
Color Harmonies of #6BDDDD
Complementary color
Monochromatic Colors of #6BDDDD
Black with #6BDDDD
Text Example
Text Example
White with #6BDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDDDD; }
p { color: rgb(107,221,221); }
H1.HeaderClassName
{
color: #6BDDDD;
}
.AnyTagClassName
{
color: #6BDDDD;
}
</style>
background-color css
<style>
a { background-color: #6BDDDD; }
a { background-color: rgb(107,221,221); }
div.DivClassName
{
background-color: #6BDDDD;
}
.BgClassName
{
background-color: #6BDDDD;
}
</style>
border-color css
<style>
span { border-color: #6BDDDD; }
span { border-color: rgb(107,221,221); }
td.TdClassName
{
border-color: #6BDDDD;
}
.TagClassName
{
border-color: #6BDDDD;
}
</style>