Shades of Turquoise Blue #6BE6DA
Tints of Turquoise Blue #6BE6DA
RGB
CMYK
RGB Variations
Color information
#6BE6DA (or 0x6BE6DA) is known color: Turquoise Blue. HEX triplet: 6B, E6 and DA. RGB value is (107,230,218). Sum of RGB (Red+Green+Blue) = 107+230+218=555 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.28% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 230 - color contains mainly: green. Hex color #6BE6DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE6DA is #941925. Grayscale: #BFBFBF. Windows color (decimal): -9705766 or 14345835. OLE color: 14345835.
HSL color Cylindrical-coordinate representation of color #6BE6DA: hue angle of 174.15º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE6DA is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 107 | 230 | 218 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.10 |
| HSL | 174.15º | 0.71% | 0.66% | - |
| HSV(B) | 174.15º | 0.53% | 0.9% | - |
| XYZ | 47.02 | 64.78 | 76.36 | - |
| YUV | 191.86 | 142.75 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 230 | 218 | 0.53 | 0 | 0.05 | 0.10 | 174.15 | 0.71 | 0.66 |
| Hex | 6B | E6 | DA | 35 | 0 | 5 | A | AE | 47 | 42 |
| Octal | 153 | 346 | 332 | 65 | 0 | 5 | 12 | 256 | 107 | 102 |
| Binary | 1101011 | 11100110 | 11011010 | 110101 | 0 | 101 | 1010 | 10101110 | 1000111 | 1000010 |
Color Harmonies of #6BE6DA
Complementary color
Monochromatic Colors of #6BE6DA
Black with #6BE6DA
Text Example
Text Example
White with #6BE6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE6DA; }
p { color: rgb(107,230,218); }
H1.HeaderClassName
{
color: #6BE6DA;
}
.AnyTagClassName
{
color: #6BE6DA;
}
</style>
background-color css
<style>
a { background-color: #6BE6DA; }
a { background-color: rgb(107,230,218); }
div.DivClassName
{
background-color: #6BE6DA;
}
.BgClassName
{
background-color: #6BE6DA;
}
</style>
border-color css
<style>
span { border-color: #6BE6DA; }
span { border-color: rgb(107,230,218); }
td.TdClassName
{
border-color: #6BE6DA;
}
.TagClassName
{
border-color: #6BE6DA;
}
</style>