Shades of Turquoise Blue #6FDDEC
Tints of Turquoise Blue #6FDDEC
RGB
CMYK
RGB Variations
Color information
#6FDDEC (or 0x6FDDEC) is known color: Turquoise Blue. HEX triplet: 6F, DD and EC. RGB value is (111,221,236). Sum of RGB (Red+Green+Blue) = 111+221+236=568 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.54% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #6FDDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDDEC is #902213. Grayscale: #BDBDBD. Windows color (decimal): -9445908 or 15523183. OLE color: 15523183.
HSL color Cylindrical-coordinate representation of color #6FDDEC: hue angle of 187.2º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FDDEC is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 221 | 236 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.07 |
| HSL | 187.2º | 0.77% | 0.68% | - |
| HSV(B) | 187.2º | 0.53% | 0.93% | - |
| XYZ | 47.55 | 61.15 | 88.65 | - |
| YUV | 189.82 | 154.06 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 221 | 236 | 0.53 | 0.06 | 0 | 0.07 | 187.2 | 0.77 | 0.68 |
| Hex | 6F | DD | EC | 35 | 6 | 0 | 7 | BB | 4D | 44 |
| Octal | 157 | 335 | 354 | 65 | 6 | 0 | 7 | 273 | 115 | 104 |
| Binary | 1101111 | 11011101 | 11101100 | 110101 | 110 | 0 | 111 | 10111011 | 1001101 | 1000100 |
Color Harmonies of #6FDDEC
Complementary color
Monochromatic Colors of #6FDDEC
Black with #6FDDEC
Text Example
Text Example
White with #6FDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDDEC; }
p { color: rgb(111,221,236); }
H1.HeaderClassName
{
color: #6FDDEC;
}
.AnyTagClassName
{
color: #6FDDEC;
}
</style>
background-color css
<style>
a { background-color: #6FDDEC; }
a { background-color: rgb(111,221,236); }
div.DivClassName
{
background-color: #6FDDEC;
}
.BgClassName
{
background-color: #6FDDEC;
}
</style>
border-color css
<style>
span { border-color: #6FDDEC; }
span { border-color: rgb(111,221,236); }
td.TdClassName
{
border-color: #6FDDEC;
}
.TagClassName
{
border-color: #6FDDEC;
}
</style>