Shades of Turquoise Blue #6CCBEA
Tints of Turquoise Blue #6CCBEA
RGB
CMYK
RGB Variations
Color information
#6CCBEA (or 0x6CCBEA) is known color: Turquoise Blue. HEX triplet: 6C, CB and EA. RGB value is (108,203,234). Sum of RGB (Red+Green+Blue) = 108+203+234=545 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.82% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #6CCBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCBEA is #933415. Grayscale: #B1B1B1. Windows color (decimal): -9647126 or 15387500. OLE color: 15387500.
HSL color Cylindrical-coordinate representation of color #6CCBEA: hue angle of 194.76º degrees, saturation: 0.75, 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 #6CCBEA is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 203 | 234 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.08 |
| HSL | 194.76º | 0.75% | 0.67% | - |
| HSV(B) | 194.76º | 0.54% | 0.92% | - |
| XYZ | 42.39 | 51.84 | 85.61 | - |
| YUV | 178.13 | 159.53 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 203 | 234 | 0.54 | 0.13 | 0 | 0.08 | 194.76 | 0.75 | 0.67 |
| Hex | 6C | CB | EA | 36 | D | 0 | 8 | C3 | 4B | 43 |
| Octal | 154 | 313 | 352 | 66 | 15 | 0 | 10 | 303 | 113 | 103 |
| Binary | 1101100 | 11001011 | 11101010 | 110110 | 1101 | 0 | 1000 | 11000011 | 1001011 | 1000011 |
Color Harmonies of #6CCBEA
Complementary color
Monochromatic Colors of #6CCBEA
Black with #6CCBEA
Text Example
Text Example
White with #6CCBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCBEA; }
p { color: rgb(108,203,234); }
H1.HeaderClassName
{
color: #6CCBEA;
}
.AnyTagClassName
{
color: #6CCBEA;
}
</style>
background-color css
<style>
a { background-color: #6CCBEA; }
a { background-color: rgb(108,203,234); }
div.DivClassName
{
background-color: #6CCBEA;
}
.BgClassName
{
background-color: #6CCBEA;
}
</style>
border-color css
<style>
span { border-color: #6CCBEA; }
span { border-color: rgb(108,203,234); }
td.TdClassName
{
border-color: #6CCBEA;
}
.TagClassName
{
border-color: #6CCBEA;
}
</style>