Shades of Turquoise Blue #6BDFDD
Tints of Turquoise Blue #6BDFDD
RGB
CMYK
RGB Variations
Color information
#6BDFDD (or 0x6BDFDD) is known color: Turquoise Blue. HEX triplet: 6B, DF and DD. RGB value is (107,223,221). Sum of RGB (Red+Green+Blue) = 107+223+221=551 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.42% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDFDD is #942022. Grayscale: #BBBBBB. Windows color (decimal): -9707555 or 14540651. OLE color: 14540651.
HSL color Cylindrical-coordinate representation of color #6BDFDD: hue angle of 178.97º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDFDD is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 223 | 221 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.13 |
| HSL | 178.97º | 0.64% | 0.65% | - |
| HSV(B) | 178.97º | 0.52% | 0.87% | - |
| XYZ | 45.5 | 61.12 | 77.81 | - |
| YUV | 188.09 | 146.57 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 221 | 0.52 | 0 | 0.01 | 0.13 | 178.97 | 0.64 | 0.65 |
| Hex | 6B | DF | DD | 34 | 0 | 1 | D | B3 | 40 | 41 |
| Octal | 153 | 337 | 335 | 64 | 0 | 1 | 15 | 263 | 100 | 101 |
| Binary | 1101011 | 11011111 | 11011101 | 110100 | 0 | 1 | 1101 | 10110011 | 1000000 | 1000001 |
Color Harmonies of #6BDFDD
Complementary color
Monochromatic Colors of #6BDFDD
Black with #6BDFDD
Text Example
Text Example
White with #6BDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDFDD; }
p { color: rgb(107,223,221); }
H1.HeaderClassName
{
color: #6BDFDD;
}
.AnyTagClassName
{
color: #6BDFDD;
}
</style>
background-color css
<style>
a { background-color: #6BDFDD; }
a { background-color: rgb(107,223,221); }
div.DivClassName
{
background-color: #6BDFDD;
}
.BgClassName
{
background-color: #6BDFDD;
}
</style>
border-color css
<style>
span { border-color: #6BDFDD; }
span { border-color: rgb(107,223,221); }
td.TdClassName
{
border-color: #6BDFDD;
}
.TagClassName
{
border-color: #6BDFDD;
}
</style>