Shades of Turquoise Blue #6CE1DF
Tints of Turquoise Blue #6CE1DF
RGB
CMYK
RGB Variations
Color information
#6CE1DF (or 0x6CE1DF) is known color: Turquoise Blue. HEX triplet: 6C, E1 and DF. RGB value is (108,225,223). Sum of RGB (Red+Green+Blue) = 108+225+223=556 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.42% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #6CE1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE1DF is #931E20. Grayscale: #BDBDBD. Windows color (decimal): -9641505 or 14672236. OLE color: 14672236.
HSL color Cylindrical-coordinate representation of color #6CE1DF: hue angle of 178.97º 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 #6CE1DF is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 225 | 223 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.12 |
| HSL | 178.97º | 0.66% | 0.65% | - |
| HSV(B) | 178.97º | 0.52% | 0.88% | - |
| XYZ | 46.43 | 62.37 | 79.4 | - |
| YUV | 189.79 | 146.74 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 225 | 223 | 0.52 | 0 | 0.01 | 0.12 | 178.97 | 0.66 | 0.65 |
| Hex | 6C | E1 | DF | 34 | 0 | 1 | C | B3 | 42 | 41 |
| Octal | 154 | 341 | 337 | 64 | 0 | 1 | 14 | 263 | 102 | 101 |
| Binary | 1101100 | 11100001 | 11011111 | 110100 | 0 | 1 | 1100 | 10110011 | 1000010 | 1000001 |
Color Harmonies of #6CE1DF
Complementary color
Monochromatic Colors of #6CE1DF
Black with #6CE1DF
Text Example
Text Example
White with #6CE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE1DF; }
p { color: rgb(108,225,223); }
H1.HeaderClassName
{
color: #6CE1DF;
}
.AnyTagClassName
{
color: #6CE1DF;
}
</style>
background-color css
<style>
a { background-color: #6CE1DF; }
a { background-color: rgb(108,225,223); }
div.DivClassName
{
background-color: #6CE1DF;
}
.BgClassName
{
background-color: #6CE1DF;
}
</style>
border-color css
<style>
span { border-color: #6CE1DF; }
span { border-color: rgb(108,225,223); }
td.TdClassName
{
border-color: #6CE1DF;
}
.TagClassName
{
border-color: #6CE1DF;
}
</style>