Shades of Turquoise Blue #6ACFDC
Tints of Turquoise Blue #6ACFDC
RGB
CMYK
RGB Variations
Color information
#6ACFDC (or 0x6ACFDC) is known color: Turquoise Blue. HEX triplet: 6A, CF and DC. RGB value is (106,207,220). Sum of RGB (Red+Green+Blue) = 106+207+220=533 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.89% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ACFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACFDC is #953023. Grayscale: #B2B2B2. Windows color (decimal): -9777188 or 14471018. OLE color: 14471018.
HSL color Cylindrical-coordinate representation of color #6ACFDC: hue angle of 186.84º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ACFDC is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 207 | 220 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.14 |
| HSL | 186.84º | 0.62% | 0.64% | - |
| HSV(B) | 186.84º | 0.52% | 0.86% | - |
| XYZ | 41.17 | 52.86 | 75.74 | - |
| YUV | 178.28 | 151.54 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 207 | 220 | 0.52 | 0.06 | 0 | 0.14 | 186.84 | 0.62 | 0.64 |
| Hex | 6A | CF | DC | 34 | 6 | 0 | E | BB | 3E | 40 |
| Octal | 152 | 317 | 334 | 64 | 6 | 0 | 16 | 273 | 76 | 100 |
| Binary | 1101010 | 11001111 | 11011100 | 110100 | 110 | 0 | 1110 | 10111011 | 111110 | 1000000 |
Color Harmonies of #6ACFDC
Complementary color
Monochromatic Colors of #6ACFDC
Black with #6ACFDC
Text Example
Text Example
White with #6ACFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACFDC; }
p { color: rgb(106,207,220); }
H1.HeaderClassName
{
color: #6ACFDC;
}
.AnyTagClassName
{
color: #6ACFDC;
}
</style>
background-color css
<style>
a { background-color: #6ACFDC; }
a { background-color: rgb(106,207,220); }
div.DivClassName
{
background-color: #6ACFDC;
}
.BgClassName
{
background-color: #6ACFDC;
}
</style>
border-color css
<style>
span { border-color: #6ACFDC; }
span { border-color: rgb(106,207,220); }
td.TdClassName
{
border-color: #6ACFDC;
}
.TagClassName
{
border-color: #6ACFDC;
}
</style>