Shades of Turquoise Blue #6DCFDD
Tints of Turquoise Blue #6DCFDD
RGB
CMYK
RGB Variations
Color information
#6DCFDD (or 0x6DCFDD) is known color: Turquoise Blue. HEX triplet: 6D, CF and DD. RGB value is (109,207,221). Sum of RGB (Red+Green+Blue) = 109+207+221=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DCFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFDD is #923022. Grayscale: #B3B3B3. Windows color (decimal): -9580579 or 14536557. OLE color: 14536557.
HSL color Cylindrical-coordinate representation of color #6DCFDD: hue angle of 187.5º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DCFDD is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 207 | 221 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.13 |
| HSL | 187.5º | 0.62% | 0.65% | - |
| HSV(B) | 187.5º | 0.51% | 0.87% | - |
| XYZ | 41.67 | 53.1 | 76.46 | - |
| YUV | 179.29 | 151.53 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 221 | 0.51 | 0.06 | 0 | 0.13 | 187.5 | 0.62 | 0.65 |
| Hex | 6D | CF | DD | 33 | 6 | 0 | D | BC | 3E | 41 |
| Octal | 155 | 317 | 335 | 63 | 6 | 0 | 15 | 274 | 76 | 101 |
| Binary | 1101101 | 11001111 | 11011101 | 110011 | 110 | 0 | 1101 | 10111100 | 111110 | 1000001 |
Color Harmonies of #6DCFDD
Complementary color
Monochromatic Colors of #6DCFDD
Black with #6DCFDD
Text Example
Text Example
White with #6DCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFDD; }
p { color: rgb(109,207,221); }
H1.HeaderClassName
{
color: #6DCFDD;
}
.AnyTagClassName
{
color: #6DCFDD;
}
</style>
background-color css
<style>
a { background-color: #6DCFDD; }
a { background-color: rgb(109,207,221); }
div.DivClassName
{
background-color: #6DCFDD;
}
.BgClassName
{
background-color: #6DCFDD;
}
</style>
border-color css
<style>
span { border-color: #6DCFDD; }
span { border-color: rgb(109,207,221); }
td.TdClassName
{
border-color: #6DCFDD;
}
.TagClassName
{
border-color: #6DCFDD;
}
</style>