Shades of Turquoise Blue #6CECDF
Tints of Turquoise Blue #6CECDF
RGB
CMYK
RGB Variations
Color information
#6CECDF (or 0x6CECDF) is known color: Turquoise Blue. HEX triplet: 6C, EC and DF. RGB value is (108,236,223). Sum of RGB (Red+Green+Blue) = 108+236+223=567 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.05% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #6CECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CECDF is #931320. Grayscale: #C4C4C4. Windows color (decimal): -9638689 or 14675052. OLE color: 14675052.
HSL color Cylindrical-coordinate representation of color #6CECDF: hue angle of 173.91º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CECDF is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 236 | 223 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.07 |
| HSL | 173.91º | 0.77% | 0.67% | - |
| HSV(B) | 173.91º | 0.54% | 0.93% | - |
| XYZ | 49.5 | 68.51 | 80.43 | - |
| YUV | 196.25 | 143.09 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 236 | 223 | 0.54 | 0 | 0.06 | 0.07 | 173.91 | 0.77 | 0.67 |
| Hex | 6C | EC | DF | 36 | 0 | 6 | 7 | AE | 4D | 43 |
| Octal | 154 | 354 | 337 | 66 | 0 | 6 | 7 | 256 | 115 | 103 |
| Binary | 1101100 | 11101100 | 11011111 | 110110 | 0 | 110 | 111 | 10101110 | 1001101 | 1000011 |
Color Harmonies of #6CECDF
Complementary color
Monochromatic Colors of #6CECDF
Black with #6CECDF
Text Example
Text Example
White with #6CECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CECDF; }
p { color: rgb(108,236,223); }
H1.HeaderClassName
{
color: #6CECDF;
}
.AnyTagClassName
{
color: #6CECDF;
}
</style>
background-color css
<style>
a { background-color: #6CECDF; }
a { background-color: rgb(108,236,223); }
div.DivClassName
{
background-color: #6CECDF;
}
.BgClassName
{
background-color: #6CECDF;
}
</style>
border-color css
<style>
span { border-color: #6CECDF; }
span { border-color: rgb(108,236,223); }
td.TdClassName
{
border-color: #6CECDF;
}
.TagClassName
{
border-color: #6CECDF;
}
</style>