Shades of Turquoise Blue #6FDFEE
Tints of Turquoise Blue #6FDFEE
RGB
CMYK
RGB Variations
Color information
#6FDFEE (or 0x6FDFEE) is known color: Turquoise Blue. HEX triplet: 6F, DF and EE. RGB value is (111,223,238). Sum of RGB (Red+Green+Blue) = 111+223+238=572 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.41% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #6FDFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDFEE is #902011. Grayscale: #BFBFBF. Windows color (decimal): -9445394 or 15654767. OLE color: 15654767.
HSL color Cylindrical-coordinate representation of color #6FDFEE: hue angle of 187.09º degrees, saturation: 0.79, 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 #6FDFEE is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 223 | 238 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.07 |
| HSL | 187.09º | 0.79% | 0.68% | - |
| HSV(B) | 187.09º | 0.53% | 0.93% | - |
| XYZ | 48.38 | 62.33 | 90.37 | - |
| YUV | 191.22 | 154.39 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 238 | 0.53 | 0.06 | 0 | 0.07 | 187.09 | 0.79 | 0.68 |
| Hex | 6F | DF | EE | 35 | 6 | 0 | 7 | BB | 4F | 44 |
| Octal | 157 | 337 | 356 | 65 | 6 | 0 | 7 | 273 | 117 | 104 |
| Binary | 1101111 | 11011111 | 11101110 | 110101 | 110 | 0 | 111 | 10111011 | 1001111 | 1000100 |
Color Harmonies of #6FDFEE
Complementary color
Monochromatic Colors of #6FDFEE
Black with #6FDFEE
Text Example
Text Example
White with #6FDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDFEE; }
p { color: rgb(111,223,238); }
H1.HeaderClassName
{
color: #6FDFEE;
}
.AnyTagClassName
{
color: #6FDFEE;
}
</style>
background-color css
<style>
a { background-color: #6FDFEE; }
a { background-color: rgb(111,223,238); }
div.DivClassName
{
background-color: #6FDFEE;
}
.BgClassName
{
background-color: #6FDFEE;
}
</style>
border-color css
<style>
span { border-color: #6FDFEE; }
span { border-color: rgb(111,223,238); }
td.TdClassName
{
border-color: #6FDFEE;
}
.TagClassName
{
border-color: #6FDFEE;
}
</style>