Shades of Turquoise Blue #6FDDFF
Tints of Turquoise Blue #6FDDFF
RGB
CMYK
RGB Variations
Color information
#6FDDFF (or 0x6FDDFF) is known color: Turquoise Blue. HEX triplet: 6F, DD and FF. RGB value is (111,221,255). Sum of RGB (Red+Green+Blue) = 111+221+255=587 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.91% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FDDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDDFF is #902200. Grayscale: #BFBFBF. Windows color (decimal): -9445889 or 16768367. OLE color: 16768367.
HSL color Cylindrical-coordinate representation of color #6FDDFF: hue angle of 194.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FDDFF is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 221 | 255 | - |
| CMYK | 0.56 | 0.13 | 0 | 0 |
| HSL | 194.17º | 1% | 0.72% | - |
| HSV(B) | 194.17º | 0.56% | 1% | - |
| XYZ | 50.46 | 62.31 | 103.98 | - |
| YUV | 191.99 | 163.56 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 221 | 255 | 0.56 | 0.13 | 0 | 0 | 194.17 | 1 | 0.72 |
| Hex | 6F | DD | FF | 38 | D | 0 | 0 | C2 | 64 | 48 |
| Octal | 157 | 335 | 377 | 70 | 15 | 0 | 0 | 302 | 144 | 110 |
| Binary | 1101111 | 11011101 | 11111111 | 111000 | 1101 | 0 | 0 | 11000010 | 1100100 | 1001000 |
Color Harmonies of #6FDDFF
Complementary color
Monochromatic Colors of #6FDDFF
Black with #6FDDFF
Text Example
Text Example
White with #6FDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDDFF; }
p { color: rgb(111,221,255); }
H1.HeaderClassName
{
color: #6FDDFF;
}
.AnyTagClassName
{
color: #6FDDFF;
}
</style>
background-color css
<style>
a { background-color: #6FDDFF; }
a { background-color: rgb(111,221,255); }
div.DivClassName
{
background-color: #6FDDFF;
}
.BgClassName
{
background-color: #6FDDFF;
}
</style>
border-color css
<style>
span { border-color: #6FDDFF; }
span { border-color: rgb(111,221,255); }
td.TdClassName
{
border-color: #6FDDFF;
}
.TagClassName
{
border-color: #6FDDFF;
}
</style>