Shades of Turquoise Blue #6CCDEC
Tints of Turquoise Blue #6CCDEC
RGB
CMYK
RGB Variations
Color information
#6CCDEC (or 0x6CCDEC) is known color: Turquoise Blue. HEX triplet: 6C, CD and EC. RGB value is (108,205,236). Sum of RGB (Red+Green+Blue) = 108+205+236=549 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.67% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CCDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCDEC is #933213. Grayscale: #B3B3B3. Windows color (decimal): -9646612 or 15519084. OLE color: 15519084.
HSL color Cylindrical-coordinate representation of color #6CCDEC: hue angle of 194.53º 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 #6CCDEC is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 205 | 236 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.07 |
| HSL | 194.53º | 0.77% | 0.67% | - |
| HSV(B) | 194.53º | 0.54% | 0.93% | - |
| XYZ | 43.16 | 52.91 | 87.29 | - |
| YUV | 179.53 | 159.86 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 236 | 0.54 | 0.13 | 0 | 0.07 | 194.53 | 0.77 | 0.67 |
| Hex | 6C | CD | EC | 36 | D | 0 | 7 | C3 | 4D | 43 |
| Octal | 154 | 315 | 354 | 66 | 15 | 0 | 7 | 303 | 115 | 103 |
| Binary | 1101100 | 11001101 | 11101100 | 110110 | 1101 | 0 | 111 | 11000011 | 1001101 | 1000011 |
Color Harmonies of #6CCDEC
Complementary color
Monochromatic Colors of #6CCDEC
Black with #6CCDEC
Text Example
Text Example
White with #6CCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCDEC; }
p { color: rgb(108,205,236); }
H1.HeaderClassName
{
color: #6CCDEC;
}
.AnyTagClassName
{
color: #6CCDEC;
}
</style>
background-color css
<style>
a { background-color: #6CCDEC; }
a { background-color: rgb(108,205,236); }
div.DivClassName
{
background-color: #6CCDEC;
}
.BgClassName
{
background-color: #6CCDEC;
}
</style>
border-color css
<style>
span { border-color: #6CCDEC; }
span { border-color: rgb(108,205,236); }
td.TdClassName
{
border-color: #6CCDEC;
}
.TagClassName
{
border-color: #6CCDEC;
}
</style>