Shades of Turquoise Blue #6CD3EC
Tints of Turquoise Blue #6CD3EC
RGB
CMYK
RGB Variations
Color information
#6CD3EC (or 0x6CD3EC) is known color: Turquoise Blue. HEX triplet: 6C, D3 and EC. RGB value is (108,211,236). Sum of RGB (Red+Green+Blue) = 108+211+236=555 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.46% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CD3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CD3EC is #932C13. Grayscale: #B6B6B6. Windows color (decimal): -9645076 or 15520620. OLE color: 15520620.
HSL color Cylindrical-coordinate representation of color #6CD3EC: hue angle of 191.72º 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 #6CD3EC is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 211 | 236 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.07 |
| HSL | 191.72º | 0.77% | 0.67% | - |
| HSV(B) | 191.72º | 0.54% | 0.93% | - |
| XYZ | 44.62 | 55.83 | 87.78 | - |
| YUV | 183.05 | 157.88 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 211 | 236 | 0.54 | 0.11 | 0 | 0.07 | 191.72 | 0.77 | 0.67 |
| Hex | 6C | D3 | EC | 36 | B | 0 | 7 | C0 | 4D | 43 |
| Octal | 154 | 323 | 354 | 66 | 13 | 0 | 7 | 300 | 115 | 103 |
| Binary | 1101100 | 11010011 | 11101100 | 110110 | 1011 | 0 | 111 | 11000000 | 1001101 | 1000011 |
Color Harmonies of #6CD3EC
Complementary color
Monochromatic Colors of #6CD3EC
Black with #6CD3EC
Text Example
Text Example
White with #6CD3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD3EC; }
p { color: rgb(108,211,236); }
H1.HeaderClassName
{
color: #6CD3EC;
}
.AnyTagClassName
{
color: #6CD3EC;
}
</style>
background-color css
<style>
a { background-color: #6CD3EC; }
a { background-color: rgb(108,211,236); }
div.DivClassName
{
background-color: #6CD3EC;
}
.BgClassName
{
background-color: #6CD3EC;
}
</style>
border-color css
<style>
span { border-color: #6CD3EC; }
span { border-color: rgb(108,211,236); }
td.TdClassName
{
border-color: #6CD3EC;
}
.TagClassName
{
border-color: #6CD3EC;
}
</style>