Shades of Turquoise Blue #6CCCEB
Tints of Turquoise Blue #6CCCEB
RGB
CMYK
RGB Variations
Color information
#6CCCEB (or 0x6CCCEB) is known color: Turquoise Blue. HEX triplet: 6C, CC and EB. RGB value is (108,204,235). Sum of RGB (Red+Green+Blue) = 108+204+235=547 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.74% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CCCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCCEB is #933314. Grayscale: #B2B2B2. Windows color (decimal): -9646869 or 15453292. OLE color: 15453292.
HSL color Cylindrical-coordinate representation of color #6CCCEB: hue angle of 194.65º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CCCEB is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 204 | 235 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.08 |
| HSL | 194.65º | 0.76% | 0.67% | - |
| HSV(B) | 194.65º | 0.54% | 0.92% | - |
| XYZ | 42.77 | 52.37 | 86.45 | - |
| YUV | 178.83 | 159.7 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 235 | 0.54 | 0.13 | 0 | 0.08 | 194.65 | 0.76 | 0.67 |
| Hex | 6C | CC | EB | 36 | D | 0 | 8 | C3 | 4C | 43 |
| Octal | 154 | 314 | 353 | 66 | 15 | 0 | 10 | 303 | 114 | 103 |
| Binary | 1101100 | 11001100 | 11101011 | 110110 | 1101 | 0 | 1000 | 11000011 | 1001100 | 1000011 |
Color Harmonies of #6CCCEB
Complementary color
Monochromatic Colors of #6CCCEB
Black with #6CCCEB
Text Example
Text Example
White with #6CCCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCCEB; }
p { color: rgb(108,204,235); }
H1.HeaderClassName
{
color: #6CCCEB;
}
.AnyTagClassName
{
color: #6CCCEB;
}
</style>
background-color css
<style>
a { background-color: #6CCCEB; }
a { background-color: rgb(108,204,235); }
div.DivClassName
{
background-color: #6CCCEB;
}
.BgClassName
{
background-color: #6CCCEB;
}
</style>
border-color css
<style>
span { border-color: #6CCCEB; }
span { border-color: rgb(108,204,235); }
td.TdClassName
{
border-color: #6CCCEB;
}
.TagClassName
{
border-color: #6CCCEB;
}
</style>