Shades of Turquoise Blue #6FDBD7
Tints of Turquoise Blue #6FDBD7
RGB
CMYK
RGB Variations
Color information
#6FDBD7 (or 0x6FDBD7) is known color: Turquoise Blue. HEX triplet: 6F, DB and D7. RGB value is (111,219,215). Sum of RGB (Red+Green+Blue) = 111+219+215=545 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.37% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDBD7 is #902428. Grayscale: #BABABA. Windows color (decimal): -9446441 or 14146415. OLE color: 14146415.
HSL color Cylindrical-coordinate representation of color #6FDBD7: hue angle of 177.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDBD7 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 215 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.14 |
| HSL | 177.78º | 0.6% | 0.65% | - |
| HSV(B) | 177.78º | 0.49% | 0.86% | - |
| XYZ | 44.15 | 58.95 | 73.34 | - |
| YUV | 186.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 215 | 0.49 | 0 | 0.02 | 0.14 | 177.78 | 0.6 | 0.65 |
| Hex | 6F | DB | D7 | 31 | 0 | 2 | E | B2 | 3C | 41 |
| Octal | 157 | 333 | 327 | 61 | 0 | 2 | 16 | 262 | 74 | 101 |
| Binary | 1101111 | 11011011 | 11010111 | 110001 | 0 | 10 | 1110 | 10110010 | 111100 | 1000001 |
Color Harmonies of #6FDBD7
Complementary color
Monochromatic Colors of #6FDBD7
Black with #6FDBD7
Text Example
Text Example
White with #6FDBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDBD7; }
p { color: rgb(111,219,215); }
H1.HeaderClassName
{
color: #6FDBD7;
}
.AnyTagClassName
{
color: #6FDBD7;
}
</style>
background-color css
<style>
a { background-color: #6FDBD7; }
a { background-color: rgb(111,219,215); }
div.DivClassName
{
background-color: #6FDBD7;
}
.BgClassName
{
background-color: #6FDBD7;
}
</style>
border-color css
<style>
span { border-color: #6FDBD7; }
span { border-color: rgb(111,219,215); }
td.TdClassName
{
border-color: #6FDBD7;
}
.TagClassName
{
border-color: #6FDBD7;
}
</style>