Shades of Turquoise Blue #6BDADC
Tints of Turquoise Blue #6BDADC
RGB
CMYK
RGB Variations
Color information
#6BDADC (or 0x6BDADC) is known color: Turquoise Blue. HEX triplet: 6B, DA and DC. RGB value is (107,218,220). Sum of RGB (Red+Green+Blue) = 107+218+220=545 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.63% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BDADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDADC is #942523. Grayscale: #B8B8B8. Windows color (decimal): -9708836 or 14473835. OLE color: 14473835.
HSL color Cylindrical-coordinate representation of color #6BDADC: hue angle of 181.06º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDADC is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 218 | 220 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.14 |
| HSL | 181.06º | 0.62% | 0.64% | - |
| HSV(B) | 181.06º | 0.51% | 0.86% | - |
| XYZ | 44.05 | 58.44 | 76.67 | - |
| YUV | 185.04 | 147.73 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 220 | 0.51 | 0.01 | 0 | 0.14 | 181.06 | 0.62 | 0.64 |
| Hex | 6B | DA | DC | 33 | 1 | 0 | E | B5 | 3E | 40 |
| Octal | 153 | 332 | 334 | 63 | 1 | 0 | 16 | 265 | 76 | 100 |
| Binary | 1101011 | 11011010 | 11011100 | 110011 | 1 | 0 | 1110 | 10110101 | 111110 | 1000000 |
Color Harmonies of #6BDADC
Complementary color
Monochromatic Colors of #6BDADC
Black with #6BDADC
Text Example
Text Example
White with #6BDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDADC; }
p { color: rgb(107,218,220); }
H1.HeaderClassName
{
color: #6BDADC;
}
.AnyTagClassName
{
color: #6BDADC;
}
</style>
background-color css
<style>
a { background-color: #6BDADC; }
a { background-color: rgb(107,218,220); }
div.DivClassName
{
background-color: #6BDADC;
}
.BgClassName
{
background-color: #6BDADC;
}
</style>
border-color css
<style>
span { border-color: #6BDADC; }
span { border-color: rgb(107,218,220); }
td.TdClassName
{
border-color: #6BDADC;
}
.TagClassName
{
border-color: #6BDADC;
}
</style>