Shades of Turquoise Blue #6FDFEF
Tints of Turquoise Blue #6FDFEF
RGB
CMYK
RGB Variations
Color information
#6FDFEF (or 0x6FDFEF) is known color: Turquoise Blue. HEX triplet: 6F, DF and EF. RGB value is (111,223,239). Sum of RGB (Red+Green+Blue) = 111+223+239=573 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.37% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #6FDFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDFEF is #902010. Grayscale: #BFBFBF. Windows color (decimal): -9445393 or 15720303. OLE color: 15720303.
HSL color Cylindrical-coordinate representation of color #6FDFEF: hue angle of 187.5º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FDFEF is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 223 | 239 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.06 |
| HSL | 187.5º | 0.8% | 0.69% | - |
| HSV(B) | 187.5º | 0.54% | 0.94% | - |
| XYZ | 48.52 | 62.39 | 91.15 | - |
| YUV | 191.34 | 154.89 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 239 | 0.54 | 0.07 | 0 | 0.06 | 187.5 | 0.8 | 0.69 |
| Hex | 6F | DF | EF | 36 | 7 | 0 | 6 | BC | 50 | 45 |
| Octal | 157 | 337 | 357 | 66 | 7 | 0 | 6 | 274 | 120 | 105 |
| Binary | 1101111 | 11011111 | 11101111 | 110110 | 111 | 0 | 110 | 10111100 | 1010000 | 1000101 |
Color Harmonies of #6FDFEF
Complementary color
Monochromatic Colors of #6FDFEF
Black with #6FDFEF
Text Example
Text Example
White with #6FDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDFEF; }
p { color: rgb(111,223,239); }
H1.HeaderClassName
{
color: #6FDFEF;
}
.AnyTagClassName
{
color: #6FDFEF;
}
</style>
background-color css
<style>
a { background-color: #6FDFEF; }
a { background-color: rgb(111,223,239); }
div.DivClassName
{
background-color: #6FDFEF;
}
.BgClassName
{
background-color: #6FDFEF;
}
</style>
border-color css
<style>
span { border-color: #6FDFEF; }
span { border-color: rgb(111,223,239); }
td.TdClassName
{
border-color: #6FDFEF;
}
.TagClassName
{
border-color: #6FDFEF;
}
</style>