Shades of Turquoise Blue #6CCCE3
Tints of Turquoise Blue #6CCCE3
RGB
CMYK
RGB Variations
Color information
#6CCCE3 (or 0x6CCCE3) is known color: Turquoise Blue. HEX triplet: 6C, CC and E3. RGB value is (108,204,227). Sum of RGB (Red+Green+Blue) = 108+204+227=539 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.04% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 227 (89.06% from 255 or 42.12% from 539); Max value from RGB is 227 - color contains mainly: blue. Hex color #6CCCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCE3 is #93331C. Grayscale: #B1B1B1. Windows color (decimal): -9646877 or 14929004. OLE color: 14929004.
HSL color Cylindrical-coordinate representation of color #6CCCE3: hue angle of 191.6º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CCCE3 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 108 | 204 | 227 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.11 |
| HSL | 191.6º | 0.68% | 0.66% | - |
| HSV(B) | 191.6º | 0.52% | 0.89% | - |
| XYZ | 41.64 | 51.92 | 80.5 | - |
| YUV | 177.92 | 155.7 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 227 | 0.52 | 0.10 | 0 | 0.11 | 191.6 | 0.68 | 0.66 |
| Hex | 6C | CC | E3 | 34 | A | 0 | B | C0 | 44 | 42 |
| Octal | 154 | 314 | 343 | 64 | 12 | 0 | 13 | 300 | 104 | 102 |
| Binary | 1101100 | 11001100 | 11100011 | 110100 | 1010 | 0 | 1011 | 11000000 | 1000100 | 1000010 |
Color Harmonies of #6CCCE3
Complementary color
Monochromatic Colors of #6CCCE3
Black with #6CCCE3
Text Example
Text Example
White with #6CCCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCCE3; }
p { color: rgb(108,204,227); }
H1.HeaderClassName
{
color: #6CCCE3;
}
.AnyTagClassName
{
color: #6CCCE3;
}
</style>
background-color css
<style>
a { background-color: #6CCCE3; }
a { background-color: rgb(108,204,227); }
div.DivClassName
{
background-color: #6CCCE3;
}
.BgClassName
{
background-color: #6CCCE3;
}
</style>
border-color css
<style>
span { border-color: #6CCCE3; }
span { border-color: rgb(108,204,227); }
td.TdClassName
{
border-color: #6CCCE3;
}
.TagClassName
{
border-color: #6CCCE3;
}
</style>