Shades of Turquoise Blue #6FDBD5
Tints of Turquoise Blue #6FDBD5
RGB
CMYK
RGB Variations
Color information
#6FDBD5 (or 0x6FDBD5) is known color: Turquoise Blue. HEX triplet: 6F, DB and D5. RGB value is (111,219,213). Sum of RGB (Red+Green+Blue) = 111+219+213=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDBD5 is #90242A. Grayscale: #B9B9B9. Windows color (decimal): -9446443 or 14015343. OLE color: 14015343.
HSL color Cylindrical-coordinate representation of color #6FDBD5: hue angle of 176.67º 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 #6FDBD5 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 213 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.14 |
| HSL | 176.67º | 0.6% | 0.65% | - |
| HSV(B) | 176.67º | 0.49% | 0.86% | - |
| XYZ | 43.9 | 58.85 | 72 | - |
| YUV | 186.02 | 143.22 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 213 | 0.49 | 0 | 0.03 | 0.14 | 176.67 | 0.6 | 0.65 |
| Hex | 6F | DB | D5 | 31 | 0 | 3 | E | B1 | 3C | 41 |
| Octal | 157 | 333 | 325 | 61 | 0 | 3 | 16 | 261 | 74 | 101 |
| Binary | 1101111 | 11011011 | 11010101 | 110001 | 0 | 11 | 1110 | 10110001 | 111100 | 1000001 |
Color Harmonies of #6FDBD5
Complementary color
Monochromatic Colors of #6FDBD5
Black with #6FDBD5
Text Example
Text Example
White with #6FDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDBD5; }
p { color: rgb(111,219,213); }
H1.HeaderClassName
{
color: #6FDBD5;
}
.AnyTagClassName
{
color: #6FDBD5;
}
</style>
background-color css
<style>
a { background-color: #6FDBD5; }
a { background-color: rgb(111,219,213); }
div.DivClassName
{
background-color: #6FDBD5;
}
.BgClassName
{
background-color: #6FDBD5;
}
</style>
border-color css
<style>
span { border-color: #6FDBD5; }
span { border-color: rgb(111,219,213); }
td.TdClassName
{
border-color: #6FDBD5;
}
.TagClassName
{
border-color: #6FDBD5;
}
</style>