Shades of Turquoise Blue #6CDBDA
Tints of Turquoise Blue #6CDBDA
RGB
CMYK
RGB Variations
Color information
#6CDBDA (or 0x6CDBDA) is known color: Turquoise Blue. HEX triplet: 6C, DB and DA. RGB value is (108,219,218). Sum of RGB (Red+Green+Blue) = 108+219+218=545 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.82% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBDA is #932425. Grayscale: #B9B9B9. Windows color (decimal): -9643046 or 14343020. OLE color: 14343020.
HSL color Cylindrical-coordinate representation of color #6CDBDA: hue angle of 179.46º degrees, saturation: 0.61, 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 #6CDBDA is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 218 | - |
| CMYK | 0.51 | 0 | 0.00 | 0.14 |
| HSL | 179.46º | 0.61% | 0.64% | - |
| HSV(B) | 179.46º | 0.51% | 0.86% | - |
| XYZ | 44.17 | 58.91 | 75.37 | - |
| YUV | 185.7 | 146.23 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 218 | 0.51 | 0 | 0.00 | 0.14 | 179.46 | 0.61 | 0.64 |
| Hex | 6C | DB | DA | 33 | 0 | 0 | E | B3 | 3D | 40 |
| Octal | 154 | 333 | 332 | 63 | 0 | 0 | 16 | 263 | 75 | 100 |
| Binary | 1101100 | 11011011 | 11011010 | 110011 | 0 | 0 | 1110 | 10110011 | 111101 | 1000000 |
Color Harmonies of #6CDBDA
Complementary color
Monochromatic Colors of #6CDBDA
Black with #6CDBDA
Text Example
Text Example
White with #6CDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDBDA; }
p { color: rgb(108,219,218); }
H1.HeaderClassName
{
color: #6CDBDA;
}
.AnyTagClassName
{
color: #6CDBDA;
}
</style>
background-color css
<style>
a { background-color: #6CDBDA; }
a { background-color: rgb(108,219,218); }
div.DivClassName
{
background-color: #6CDBDA;
}
.BgClassName
{
background-color: #6CDBDA;
}
</style>
border-color css
<style>
span { border-color: #6CDBDA; }
span { border-color: rgb(108,219,218); }
td.TdClassName
{
border-color: #6CDBDA;
}
.TagClassName
{
border-color: #6CDBDA;
}
</style>