Shades of Turquoise Blue #6CE6DA
Tints of Turquoise Blue #6CE6DA
RGB
CMYK
RGB Variations
Color information
#6CE6DA (or 0x6CE6DA) is known color: Turquoise Blue. HEX triplet: 6C, E6 and DA. RGB value is (108,230,218). Sum of RGB (Red+Green+Blue) = 108+230+218=556 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.42% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 230 - color contains mainly: green. Hex color #6CE6DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CE6DA is #931925. Grayscale: #C0C0C0. Windows color (decimal): -9640230 or 14345836. OLE color: 14345836.
HSL color Cylindrical-coordinate representation of color #6CE6DA: hue angle of 174.1º 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 #6CE6DA is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 108 | 230 | 218 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.10 |
| HSL | 174.1º | 0.71% | 0.66% | - |
| HSV(B) | 174.1º | 0.53% | 0.9% | - |
| XYZ | 47.14 | 64.84 | 76.36 | - |
| YUV | 192.15 | 142.58 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 230 | 218 | 0.53 | 0 | 0.05 | 0.10 | 174.1 | 0.71 | 0.66 |
| Hex | 6C | E6 | DA | 35 | 0 | 5 | A | AE | 47 | 42 |
| Octal | 154 | 346 | 332 | 65 | 0 | 5 | 12 | 256 | 107 | 102 |
| Binary | 1101100 | 11100110 | 11011010 | 110101 | 0 | 101 | 1010 | 10101110 | 1000111 | 1000010 |
Color Harmonies of #6CE6DA
Complementary color
Monochromatic Colors of #6CE6DA
Black with #6CE6DA
Text Example
Text Example
White with #6CE6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE6DA; }
p { color: rgb(108,230,218); }
H1.HeaderClassName
{
color: #6CE6DA;
}
.AnyTagClassName
{
color: #6CE6DA;
}
</style>
background-color css
<style>
a { background-color: #6CE6DA; }
a { background-color: rgb(108,230,218); }
div.DivClassName
{
background-color: #6CE6DA;
}
.BgClassName
{
background-color: #6CE6DA;
}
</style>
border-color css
<style>
span { border-color: #6CE6DA; }
span { border-color: rgb(108,230,218); }
td.TdClassName
{
border-color: #6CE6DA;
}
.TagClassName
{
border-color: #6CE6DA;
}
</style>