Shades of Turquoise Blue #6FDBE7
Tints of Turquoise Blue #6FDBE7
RGB
CMYK
RGB Variations
Color information
#6FDBE7 (or 0x6FDBE7) is known color: Turquoise Blue. HEX triplet: 6F, DB and E7. RGB value is (111,219,231). Sum of RGB (Red+Green+Blue) = 111+219+231=561 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.79% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #6FDBE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDBE7 is #902418. Grayscale: #BBBBBB. Windows color (decimal): -9446425 or 15194991. OLE color: 15194991.
HSL color Cylindrical-coordinate representation of color #6FDBE7: hue angle of 186º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FDBE7 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 219 | 231 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.09 |
| HSL | 186º | 0.71% | 0.67% | - |
| HSV(B) | 186º | 0.52% | 0.91% | - |
| XYZ | 46.31 | 59.81 | 84.71 | - |
| YUV | 188.08 | 152.22 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 231 | 0.52 | 0.05 | 0 | 0.09 | 186 | 0.71 | 0.67 |
| Hex | 6F | DB | E7 | 34 | 5 | 0 | 9 | BA | 47 | 43 |
| Octal | 157 | 333 | 347 | 64 | 5 | 0 | 11 | 272 | 107 | 103 |
| Binary | 1101111 | 11011011 | 11100111 | 110100 | 101 | 0 | 1001 | 10111010 | 1000111 | 1000011 |
Color Harmonies of #6FDBE7
Complementary color
Monochromatic Colors of #6FDBE7
Black with #6FDBE7
Text Example
Text Example
White with #6FDBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDBE7; }
p { color: rgb(111,219,231); }
H1.HeaderClassName
{
color: #6FDBE7;
}
.AnyTagClassName
{
color: #6FDBE7;
}
</style>
background-color css
<style>
a { background-color: #6FDBE7; }
a { background-color: rgb(111,219,231); }
div.DivClassName
{
background-color: #6FDBE7;
}
.BgClassName
{
background-color: #6FDBE7;
}
</style>
border-color css
<style>
span { border-color: #6FDBE7; }
span { border-color: rgb(111,219,231); }
td.TdClassName
{
border-color: #6FDBE7;
}
.TagClassName
{
border-color: #6FDBE7;
}
</style>