Shades of Turquoise Blue #6FDFD6
Tints of Turquoise Blue #6FDFD6
RGB
CMYK
RGB Variations
Color information
#6FDFD6 (or 0x6FDFD6) is known color: Turquoise Blue. HEX triplet: 6F, DF and D6. RGB value is (111,223,214). Sum of RGB (Red+Green+Blue) = 111+223+214=548 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.26% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFD6 is #902029. Grayscale: #BCBCBC. Windows color (decimal): -9445418 or 14081903. OLE color: 14081903.
HSL color Cylindrical-coordinate representation of color #6FDFD6: hue angle of 175.18º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDFD6 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 214 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.13 |
| HSL | 175.18º | 0.64% | 0.65% | - |
| HSV(B) | 175.18º | 0.5% | 0.87% | - |
| XYZ | 45.08 | 61.01 | 73.02 | - |
| YUV | 188.49 | 142.39 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 214 | 0.50 | 0 | 0.04 | 0.13 | 175.18 | 0.64 | 0.65 |
| Hex | 6F | DF | D6 | 32 | 0 | 4 | D | AF | 40 | 41 |
| Octal | 157 | 337 | 326 | 62 | 0 | 4 | 15 | 257 | 100 | 101 |
| Binary | 1101111 | 11011111 | 11010110 | 110010 | 0 | 100 | 1101 | 10101111 | 1000000 | 1000001 |
Color Harmonies of #6FDFD6
Complementary color
Monochromatic Colors of #6FDFD6
Black with #6FDFD6
Text Example
Text Example
White with #6FDFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDFD6; }
p { color: rgb(111,223,214); }
H1.HeaderClassName
{
color: #6FDFD6;
}
.AnyTagClassName
{
color: #6FDFD6;
}
</style>
background-color css
<style>
a { background-color: #6FDFD6; }
a { background-color: rgb(111,223,214); }
div.DivClassName
{
background-color: #6FDFD6;
}
.BgClassName
{
background-color: #6FDFD6;
}
</style>
border-color css
<style>
span { border-color: #6FDFD6; }
span { border-color: rgb(111,223,214); }
td.TdClassName
{
border-color: #6FDFD6;
}
.TagClassName
{
border-color: #6FDFD6;
}
</style>