Shades of Turquoise Blue #6FE1D6
Tints of Turquoise Blue #6FE1D6
RGB
CMYK
RGB Variations
Color information
#6FE1D6 (or 0x6FE1D6) is known color: Turquoise Blue. HEX triplet: 6F, E1 and D6. RGB value is (111,225,214). Sum of RGB (Red+Green+Blue) = 111+225+214=550 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.18% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE1D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE1D6 is #901E29. Grayscale: #BDBDBD. Windows color (decimal): -9444906 or 14082415. OLE color: 14082415.
HSL color Cylindrical-coordinate representation of color #6FE1D6: hue angle of 174.21º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE1D6 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 214 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.12 |
| HSL | 174.21º | 0.66% | 0.66% | - |
| HSV(B) | 174.21º | 0.51% | 0.88% | - |
| XYZ | 45.62 | 62.08 | 73.2 | - |
| YUV | 189.66 | 141.73 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 214 | 0.51 | 0 | 0.05 | 0.12 | 174.21 | 0.66 | 0.66 |
| Hex | 6F | E1 | D6 | 33 | 0 | 5 | C | AE | 42 | 42 |
| Octal | 157 | 341 | 326 | 63 | 0 | 5 | 14 | 256 | 102 | 102 |
| Binary | 1101111 | 11100001 | 11010110 | 110011 | 0 | 101 | 1100 | 10101110 | 1000010 | 1000010 |
Color Harmonies of #6FE1D6
Complementary color
Monochromatic Colors of #6FE1D6
Black with #6FE1D6
Text Example
Text Example
White with #6FE1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE1D6; }
p { color: rgb(111,225,214); }
H1.HeaderClassName
{
color: #6FE1D6;
}
.AnyTagClassName
{
color: #6FE1D6;
}
</style>
background-color css
<style>
a { background-color: #6FE1D6; }
a { background-color: rgb(111,225,214); }
div.DivClassName
{
background-color: #6FE1D6;
}
.BgClassName
{
background-color: #6FE1D6;
}
</style>
border-color css
<style>
span { border-color: #6FE1D6; }
span { border-color: rgb(111,225,214); }
td.TdClassName
{
border-color: #6FE1D6;
}
.TagClassName
{
border-color: #6FE1D6;
}
</style>