Shades of Turquoise Blue #6CCEEB
Tints of Turquoise Blue #6CCEEB
RGB
CMYK
RGB Variations
Color information
#6CCEEB (or 0x6CCEEB) is known color: Turquoise Blue. HEX triplet: 6C, CE and EB. RGB value is (108,206,235). Sum of RGB (Red+Green+Blue) = 108+206+235=549 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.67% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CCEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCEEB is #933114. Grayscale: #B3B3B3. Windows color (decimal): -9646357 or 15453804. OLE color: 15453804.
HSL color Cylindrical-coordinate representation of color #6CCEEB: hue angle of 193.7º 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 #6CCEEB is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 206 | 235 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.08 |
| HSL | 193.7º | 0.76% | 0.67% | - |
| HSV(B) | 193.7º | 0.54% | 0.92% | - |
| XYZ | 43.25 | 53.33 | 86.61 | - |
| YUV | 180 | 159.03 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 206 | 235 | 0.54 | 0.12 | 0 | 0.08 | 193.7 | 0.76 | 0.67 |
| Hex | 6C | CE | EB | 36 | C | 0 | 8 | C2 | 4C | 43 |
| Octal | 154 | 316 | 353 | 66 | 14 | 0 | 10 | 302 | 114 | 103 |
| Binary | 1101100 | 11001110 | 11101011 | 110110 | 1100 | 0 | 1000 | 11000010 | 1001100 | 1000011 |
Color Harmonies of #6CCEEB
Complementary color
Monochromatic Colors of #6CCEEB
Black with #6CCEEB
Text Example
Text Example
White with #6CCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCEEB; }
p { color: rgb(108,206,235); }
H1.HeaderClassName
{
color: #6CCEEB;
}
.AnyTagClassName
{
color: #6CCEEB;
}
</style>
background-color css
<style>
a { background-color: #6CCEEB; }
a { background-color: rgb(108,206,235); }
div.DivClassName
{
background-color: #6CCEEB;
}
.BgClassName
{
background-color: #6CCEEB;
}
</style>
border-color css
<style>
span { border-color: #6CCEEB; }
span { border-color: rgb(108,206,235); }
td.TdClassName
{
border-color: #6CCEEB;
}
.TagClassName
{
border-color: #6CCEEB;
}
</style>