Shades of Turquoise Blue #6CE1D9
Tints of Turquoise Blue #6CE1D9
RGB
CMYK
RGB Variations
Color information
#6CE1D9 (or 0x6CE1D9) is known color: Turquoise Blue. HEX triplet: 6C, E1 and D9. RGB value is (108,225,217). Sum of RGB (Red+Green+Blue) = 108+225+217=550 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.64% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #6CE1D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE1D9 is #931E26. Grayscale: #BDBDBD. Windows color (decimal): -9641511 or 14279020. OLE color: 14279020.
HSL color Cylindrical-coordinate representation of color #6CE1D9: hue angle of 175.9º 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 #6CE1D9 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 225 | 217 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.12 |
| HSL | 175.9º | 0.66% | 0.65% | - |
| HSV(B) | 175.9º | 0.52% | 0.88% | - |
| XYZ | 45.63 | 62.05 | 75.22 | - |
| YUV | 189.11 | 143.74 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 225 | 217 | 0.52 | 0 | 0.04 | 0.12 | 175.9 | 0.66 | 0.65 |
| Hex | 6C | E1 | D9 | 34 | 0 | 4 | C | B0 | 42 | 41 |
| Octal | 154 | 341 | 331 | 64 | 0 | 4 | 14 | 260 | 102 | 101 |
| Binary | 1101100 | 11100001 | 11011001 | 110100 | 0 | 100 | 1100 | 10110000 | 1000010 | 1000001 |
Color Harmonies of #6CE1D9
Complementary color
Monochromatic Colors of #6CE1D9
Black with #6CE1D9
Text Example
Text Example
White with #6CE1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE1D9; }
p { color: rgb(108,225,217); }
H1.HeaderClassName
{
color: #6CE1D9;
}
.AnyTagClassName
{
color: #6CE1D9;
}
</style>
background-color css
<style>
a { background-color: #6CE1D9; }
a { background-color: rgb(108,225,217); }
div.DivClassName
{
background-color: #6CE1D9;
}
.BgClassName
{
background-color: #6CE1D9;
}
</style>
border-color css
<style>
span { border-color: #6CE1D9; }
span { border-color: rgb(108,225,217); }
td.TdClassName
{
border-color: #6CE1D9;
}
.TagClassName
{
border-color: #6CE1D9;
}
</style>