Shades of Turquoise Blue #6BE1D6
Tints of Turquoise Blue #6BE1D6
RGB
CMYK
RGB Variations
Color information
#6BE1D6 (or 0x6BE1D6) is known color: Turquoise Blue. HEX triplet: 6B, E1 and D6. RGB value is (107,225,214). Sum of RGB (Red+Green+Blue) = 107+225+214=546 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.60% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #6BE1D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE1D6 is #941E29. Grayscale: #BCBCBC. Windows color (decimal): -9707050 or 14082411. OLE color: 14082411.
HSL color Cylindrical-coordinate representation of color #6BE1D6: hue angle of 174.41º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BE1D6 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 225 | 214 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.12 |
| HSL | 174.41º | 0.66% | 0.65% | - |
| HSV(B) | 174.41º | 0.52% | 0.88% | - |
| XYZ | 45.13 | 61.83 | 73.17 | - |
| YUV | 188.46 | 142.41 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 225 | 214 | 0.52 | 0 | 0.05 | 0.12 | 174.41 | 0.66 | 0.65 |
| Hex | 6B | E1 | D6 | 34 | 0 | 5 | C | AE | 42 | 41 |
| Octal | 153 | 341 | 326 | 64 | 0 | 5 | 14 | 256 | 102 | 101 |
| Binary | 1101011 | 11100001 | 11010110 | 110100 | 0 | 101 | 1100 | 10101110 | 1000010 | 1000001 |
Color Harmonies of #6BE1D6
Complementary color
Monochromatic Colors of #6BE1D6
Black with #6BE1D6
Text Example
Text Example
White with #6BE1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE1D6; }
p { color: rgb(107,225,214); }
H1.HeaderClassName
{
color: #6BE1D6;
}
.AnyTagClassName
{
color: #6BE1D6;
}
</style>
background-color css
<style>
a { background-color: #6BE1D6; }
a { background-color: rgb(107,225,214); }
div.DivClassName
{
background-color: #6BE1D6;
}
.BgClassName
{
background-color: #6BE1D6;
}
</style>
border-color css
<style>
span { border-color: #6BE1D6; }
span { border-color: rgb(107,225,214); }
td.TdClassName
{
border-color: #6BE1D6;
}
.TagClassName
{
border-color: #6BE1D6;
}
</style>