Shades of Turquoise Blue #6FDBEB
Tints of Turquoise Blue #6FDBEB
RGB
CMYK
RGB Variations
Color information
#6FDBEB (or 0x6FDBEB) is known color: Turquoise Blue. HEX triplet: 6F, DB and EB. RGB value is (111,219,235). Sum of RGB (Red+Green+Blue) = 111+219+235=565 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.65% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FDBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDBEB is #902414. Grayscale: #BCBCBC. Windows color (decimal): -9446421 or 15457135. OLE color: 15457135.
HSL color Cylindrical-coordinate representation of color #6FDBEB: hue angle of 187.74º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FDBEB is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 219 | 235 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.08 |
| HSL | 187.74º | 0.76% | 0.68% | - |
| HSV(B) | 187.74º | 0.53% | 0.92% | - |
| XYZ | 46.88 | 60.04 | 87.72 | - |
| YUV | 188.53 | 154.22 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 235 | 0.53 | 0.07 | 0 | 0.08 | 187.74 | 0.76 | 0.68 |
| Hex | 6F | DB | EB | 35 | 7 | 0 | 8 | BC | 4C | 44 |
| Octal | 157 | 333 | 353 | 65 | 7 | 0 | 10 | 274 | 114 | 104 |
| Binary | 1101111 | 11011011 | 11101011 | 110101 | 111 | 0 | 1000 | 10111100 | 1001100 | 1000100 |
Color Harmonies of #6FDBEB
Complementary color
Monochromatic Colors of #6FDBEB
Black with #6FDBEB
Text Example
Text Example
White with #6FDBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDBEB; }
p { color: rgb(111,219,235); }
H1.HeaderClassName
{
color: #6FDBEB;
}
.AnyTagClassName
{
color: #6FDBEB;
}
</style>
background-color css
<style>
a { background-color: #6FDBEB; }
a { background-color: rgb(111,219,235); }
div.DivClassName
{
background-color: #6FDBEB;
}
.BgClassName
{
background-color: #6FDBEB;
}
</style>
border-color css
<style>
span { border-color: #6FDBEB; }
span { border-color: rgb(111,219,235); }
td.TdClassName
{
border-color: #6FDBEB;
}
.TagClassName
{
border-color: #6FDBEB;
}
</style>