Shades of Turquoise Blue #6BDADA
Tints of Turquoise Blue #6BDADA
RGB
CMYK
RGB Variations
Color information
#6BDADA (or 0x6BDADA) is known color: Turquoise Blue. HEX triplet: 6B, DA and DA. RGB value is (107,218,218). Sum of RGB (Red+Green+Blue) = 107+218+218=543 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.71% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #6BDADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDADA is #942525. Grayscale: #B8B8B8. Windows color (decimal): -9708838 or 14342763. OLE color: 14342763.
HSL color Cylindrical-coordinate representation of color #6BDADA: hue angle of 180º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDADA is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 218 | - |
| CMYK | 0.51 | 0 | 0 | 0.15 |
| HSL | 180º | 0.6% | 0.64% | - |
| HSV(B) | 180º | 0.51% | 0.85% | - |
| XYZ | 43.79 | 58.33 | 75.28 | - |
| YUV | 184.81 | 146.73 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 218 | 0.51 | 0 | 0 | 0.15 | 180 | 0.6 | 0.64 |
| Hex | 6B | DA | DA | 33 | 0 | 0 | F | B4 | 3C | 40 |
| Octal | 153 | 332 | 332 | 63 | 0 | 0 | 17 | 264 | 74 | 100 |
| Binary | 1101011 | 11011010 | 11011010 | 110011 | 0 | 0 | 1111 | 10110100 | 111100 | 1000000 |
Color Harmonies of #6BDADA
Complementary color
Monochromatic Colors of #6BDADA
Black with #6BDADA
Text Example
Text Example
White with #6BDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDADA; }
p { color: rgb(107,218,218); }
H1.HeaderClassName
{
color: #6BDADA;
}
.AnyTagClassName
{
color: #6BDADA;
}
</style>
background-color css
<style>
a { background-color: #6BDADA; }
a { background-color: rgb(107,218,218); }
div.DivClassName
{
background-color: #6BDADA;
}
.BgClassName
{
background-color: #6BDADA;
}
</style>
border-color css
<style>
span { border-color: #6BDADA; }
span { border-color: rgb(107,218,218); }
td.TdClassName
{
border-color: #6BDADA;
}
.TagClassName
{
border-color: #6BDADA;
}
</style>