Shades of Turquoise Blue #6BDBDF
Tints of Turquoise Blue #6BDBDF
RGB
CMYK
RGB Variations
Color information
#6BDBDF (or 0x6BDBDF) is known color: Turquoise Blue. HEX triplet: 6B, DB and DF. RGB value is (107,219,223). Sum of RGB (Red+Green+Blue) = 107+219+223=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #6BDBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDBDF is #942420. Grayscale: #B9B9B9. Windows color (decimal): -9708577 or 14670699. OLE color: 14670699.
HSL color Cylindrical-coordinate representation of color #6BDBDF: hue angle of 182.07º 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 #6BDBDF is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 219 | 223 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.13 |
| HSL | 182.07º | 0.64% | 0.65% | - |
| HSV(B) | 182.07º | 0.52% | 0.87% | - |
| XYZ | 44.71 | 59.12 | 78.87 | - |
| YUV | 185.97 | 148.89 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 223 | 0.52 | 0.02 | 0 | 0.13 | 182.07 | 0.64 | 0.65 |
| Hex | 6B | DB | DF | 34 | 2 | 0 | D | B6 | 40 | 41 |
| Octal | 153 | 333 | 337 | 64 | 2 | 0 | 15 | 266 | 100 | 101 |
| Binary | 1101011 | 11011011 | 11011111 | 110100 | 10 | 0 | 1101 | 10110110 | 1000000 | 1000001 |
Color Harmonies of #6BDBDF
Complementary color
Monochromatic Colors of #6BDBDF
Black with #6BDBDF
Text Example
Text Example
White with #6BDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDBDF; }
p { color: rgb(107,219,223); }
H1.HeaderClassName
{
color: #6BDBDF;
}
.AnyTagClassName
{
color: #6BDBDF;
}
</style>
background-color css
<style>
a { background-color: #6BDBDF; }
a { background-color: rgb(107,219,223); }
div.DivClassName
{
background-color: #6BDBDF;
}
.BgClassName
{
background-color: #6BDBDF;
}
</style>
border-color css
<style>
span { border-color: #6BDBDF; }
span { border-color: rgb(107,219,223); }
td.TdClassName
{
border-color: #6BDBDF;
}
.TagClassName
{
border-color: #6BDBDF;
}
</style>