Shades of Turquoise Blue #6FDADC
Tints of Turquoise Blue #6FDADC
RGB
CMYK
RGB Variations
Color information
#6FDADC (or 0x6FDADC) is known color: Turquoise Blue. HEX triplet: 6F, DA and DC. RGB value is (111,218,220). Sum of RGB (Red+Green+Blue) = 111+218+220=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FDADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDADC is #902523. Grayscale: #BABABA. Windows color (decimal): -9446692 or 14473839. OLE color: 14473839.
HSL color Cylindrical-coordinate representation of color #6FDADC: hue angle of 181.1º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDADC is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 218 | 220 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.14 |
| HSL | 181.1º | 0.61% | 0.65% | - |
| HSV(B) | 181.1º | 0.5% | 0.86% | - |
| XYZ | 44.55 | 58.69 | 76.69 | - |
| YUV | 186.24 | 147.05 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 220 | 0.50 | 0.01 | 0 | 0.14 | 181.1 | 0.61 | 0.65 |
| Hex | 6F | DA | DC | 32 | 1 | 0 | E | B5 | 3D | 41 |
| Octal | 157 | 332 | 334 | 62 | 1 | 0 | 16 | 265 | 75 | 101 |
| Binary | 1101111 | 11011010 | 11011100 | 110010 | 1 | 0 | 1110 | 10110101 | 111101 | 1000001 |
Color Harmonies of #6FDADC
Complementary color
Monochromatic Colors of #6FDADC
Black with #6FDADC
Text Example
Text Example
White with #6FDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDADC; }
p { color: rgb(111,218,220); }
H1.HeaderClassName
{
color: #6FDADC;
}
.AnyTagClassName
{
color: #6FDADC;
}
</style>
background-color css
<style>
a { background-color: #6FDADC; }
a { background-color: rgb(111,218,220); }
div.DivClassName
{
background-color: #6FDADC;
}
.BgClassName
{
background-color: #6FDADC;
}
</style>
border-color css
<style>
span { border-color: #6FDADC; }
span { border-color: rgb(111,218,220); }
td.TdClassName
{
border-color: #6FDADC;
}
.TagClassName
{
border-color: #6FDADC;
}
</style>