Shades of Turquoise Blue #6FD3D8
Tints of Turquoise Blue #6FD3D8
RGB
CMYK
RGB Variations
Color information
#6FD3D8 (or 0x6FD3D8) is known color: Turquoise Blue. HEX triplet: 6F, D3 and D8. RGB value is (111,211,216). Sum of RGB (Red+Green+Blue) = 111+211+216=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #6FD3D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD3D8 is #902C27. Grayscale: #B5B5B5. Windows color (decimal): -9448488 or 14209903. OLE color: 14209903.
HSL color Cylindrical-coordinate representation of color #6FD3D8: hue angle of 182.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD3D8 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 211 | 216 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.15 |
| HSL | 182.86º | 0.57% | 0.64% | - |
| HSV(B) | 182.86º | 0.49% | 0.85% | - |
| XYZ | 42.24 | 54.93 | 73.34 | - |
| YUV | 181.67 | 147.37 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 211 | 216 | 0.49 | 0.02 | 0 | 0.15 | 182.86 | 0.57 | 0.64 |
| Hex | 6F | D3 | D8 | 31 | 2 | 0 | F | B7 | 39 | 40 |
| Octal | 157 | 323 | 330 | 61 | 2 | 0 | 17 | 267 | 71 | 100 |
| Binary | 1101111 | 11010011 | 11011000 | 110001 | 10 | 0 | 1111 | 10110111 | 111001 | 1000000 |
Color Harmonies of #6FD3D8
Complementary color
Monochromatic Colors of #6FD3D8
Black with #6FD3D8
Text Example
Text Example
White with #6FD3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD3D8; }
p { color: rgb(111,211,216); }
H1.HeaderClassName
{
color: #6FD3D8;
}
.AnyTagClassName
{
color: #6FD3D8;
}
</style>
background-color css
<style>
a { background-color: #6FD3D8; }
a { background-color: rgb(111,211,216); }
div.DivClassName
{
background-color: #6FD3D8;
}
.BgClassName
{
background-color: #6FD3D8;
}
</style>
border-color css
<style>
span { border-color: #6FD3D8; }
span { border-color: rgb(111,211,216); }
td.TdClassName
{
border-color: #6FD3D8;
}
.TagClassName
{
border-color: #6FD3D8;
}
</style>