Shades of Turquoise Blue #6CE3DC
Tints of Turquoise Blue #6CE3DC
RGB
CMYK
RGB Variations
Color information
#6CE3DC (or 0x6CE3DC) is known color: Turquoise Blue. HEX triplet: 6C, E3 and DC. RGB value is (108,227,220). Sum of RGB (Red+Green+Blue) = 108+227+220=555 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.46% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #6CE3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE3DC is #931C23. Grayscale: #BEBEBE. Windows color (decimal): -9640996 or 14476140. OLE color: 14476140.
HSL color Cylindrical-coordinate representation of color #6CE3DC: hue angle of 176.47º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CE3DC is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 108 | 227 | 220 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.11 |
| HSL | 176.47º | 0.68% | 0.66% | - |
| HSV(B) | 176.47º | 0.52% | 0.89% | - |
| XYZ | 46.57 | 63.29 | 77.47 | - |
| YUV | 190.62 | 144.58 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 227 | 220 | 0.52 | 0 | 0.03 | 0.11 | 176.47 | 0.68 | 0.66 |
| Hex | 6C | E3 | DC | 34 | 0 | 3 | B | B0 | 44 | 42 |
| Octal | 154 | 343 | 334 | 64 | 0 | 3 | 13 | 260 | 104 | 102 |
| Binary | 1101100 | 11100011 | 11011100 | 110100 | 0 | 11 | 1011 | 10110000 | 1000100 | 1000010 |
Color Harmonies of #6CE3DC
Complementary color
Monochromatic Colors of #6CE3DC
Black with #6CE3DC
Text Example
Text Example
White with #6CE3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE3DC; }
p { color: rgb(108,227,220); }
H1.HeaderClassName
{
color: #6CE3DC;
}
.AnyTagClassName
{
color: #6CE3DC;
}
</style>
background-color css
<style>
a { background-color: #6CE3DC; }
a { background-color: rgb(108,227,220); }
div.DivClassName
{
background-color: #6CE3DC;
}
.BgClassName
{
background-color: #6CE3DC;
}
</style>
border-color css
<style>
span { border-color: #6CE3DC; }
span { border-color: rgb(108,227,220); }
td.TdClassName
{
border-color: #6CE3DC;
}
.TagClassName
{
border-color: #6CE3DC;
}
</style>