Shades of Turquoise Blue #6ACFDD
Tints of Turquoise Blue #6ACFDD
RGB
CMYK
RGB Variations
Color information
#6ACFDD (or 0x6ACFDD) is known color: Turquoise Blue. HEX triplet: 6A, CF and DD. RGB value is (106,207,221). Sum of RGB (Red+Green+Blue) = 106+207+221=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ACFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACFDD is #953022. Grayscale: #B2B2B2. Windows color (decimal): -9777187 or 14536554. OLE color: 14536554.
HSL color Cylindrical-coordinate representation of color #6ACFDD: hue angle of 187.3º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ACFDD is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 207 | 221 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.13 |
| HSL | 187.3º | 0.63% | 0.64% | - |
| HSV(B) | 187.3º | 0.52% | 0.87% | - |
| XYZ | 41.31 | 52.91 | 76.44 | - |
| YUV | 178.4 | 152.04 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 207 | 221 | 0.52 | 0.06 | 0 | 0.13 | 187.3 | 0.63 | 0.64 |
| Hex | 6A | CF | DD | 34 | 6 | 0 | D | BB | 3F | 40 |
| Octal | 152 | 317 | 335 | 64 | 6 | 0 | 15 | 273 | 77 | 100 |
| Binary | 1101010 | 11001111 | 11011101 | 110100 | 110 | 0 | 1101 | 10111011 | 111111 | 1000000 |
Color Harmonies of #6ACFDD
Complementary color
Monochromatic Colors of #6ACFDD
Black with #6ACFDD
Text Example
Text Example
White with #6ACFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACFDD; }
p { color: rgb(106,207,221); }
H1.HeaderClassName
{
color: #6ACFDD;
}
.AnyTagClassName
{
color: #6ACFDD;
}
</style>
background-color css
<style>
a { background-color: #6ACFDD; }
a { background-color: rgb(106,207,221); }
div.DivClassName
{
background-color: #6ACFDD;
}
.BgClassName
{
background-color: #6ACFDD;
}
</style>
border-color css
<style>
span { border-color: #6ACFDD; }
span { border-color: rgb(106,207,221); }
td.TdClassName
{
border-color: #6ACFDD;
}
.TagClassName
{
border-color: #6ACFDD;
}
</style>