Shades of Turquoise Blue #6FDEEE
Tints of Turquoise Blue #6FDEEE
RGB
CMYK
RGB Variations
Color information
#6FDEEE (or 0x6FDEEE) is known color: Turquoise Blue. HEX triplet: 6F, DE and EE. RGB value is (111,222,238). Sum of RGB (Red+Green+Blue) = 111+222+238=571 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.44% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #6FDEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDEEE is #902111. Grayscale: #BEBEBE. Windows color (decimal): -9445650 or 15654511. OLE color: 15654511.
HSL color Cylindrical-coordinate representation of color #6FDEEE: hue angle of 187.56º 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 #6FDEEE is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 222 | 238 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.07 |
| HSL | 187.56º | 0.79% | 0.68% | - |
| HSV(B) | 187.56º | 0.53% | 0.93% | - |
| XYZ | 48.11 | 61.8 | 90.28 | - |
| YUV | 190.64 | 154.73 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 222 | 238 | 0.53 | 0.07 | 0 | 0.07 | 187.56 | 0.79 | 0.68 |
| Hex | 6F | DE | EE | 35 | 7 | 0 | 7 | BC | 4F | 44 |
| Octal | 157 | 336 | 356 | 65 | 7 | 0 | 7 | 274 | 117 | 104 |
| Binary | 1101111 | 11011110 | 11101110 | 110101 | 111 | 0 | 111 | 10111100 | 1001111 | 1000100 |
Color Harmonies of #6FDEEE
Complementary color
Monochromatic Colors of #6FDEEE
Black with #6FDEEE
Text Example
Text Example
White with #6FDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDEEE; }
p { color: rgb(111,222,238); }
H1.HeaderClassName
{
color: #6FDEEE;
}
.AnyTagClassName
{
color: #6FDEEE;
}
</style>
background-color css
<style>
a { background-color: #6FDEEE; }
a { background-color: rgb(111,222,238); }
div.DivClassName
{
background-color: #6FDEEE;
}
.BgClassName
{
background-color: #6FDEEE;
}
</style>
border-color css
<style>
span { border-color: #6FDEEE; }
span { border-color: rgb(111,222,238); }
td.TdClassName
{
border-color: #6FDEEE;
}
.TagClassName
{
border-color: #6FDEEE;
}
</style>