Shades of Turquoise Blue #6CCCDF
Tints of Turquoise Blue #6CCCDF
RGB
CMYK
RGB Variations
Color information
#6CCCDF (or 0x6CCCDF) is known color: Turquoise Blue. HEX triplet: 6C, CC and DF. RGB value is (108,204,223). Sum of RGB (Red+Green+Blue) = 108+204+223=535 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.19% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CCCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCDF is #933320. Grayscale: #B1B1B1. Windows color (decimal): -9646881 or 14666860. OLE color: 14666860.
HSL color Cylindrical-coordinate representation of color #6CCCDF: hue angle of 189.91º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CCCDF is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 204 | 223 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.13 |
| HSL | 189.91º | 0.64% | 0.65% | - |
| HSV(B) | 189.91º | 0.52% | 0.87% | - |
| XYZ | 41.1 | 51.7 | 77.63 | - |
| YUV | 177.46 | 153.7 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 223 | 0.52 | 0.09 | 0 | 0.13 | 189.91 | 0.64 | 0.65 |
| Hex | 6C | CC | DF | 34 | 9 | 0 | D | BE | 40 | 41 |
| Octal | 154 | 314 | 337 | 64 | 11 | 0 | 15 | 276 | 100 | 101 |
| Binary | 1101100 | 11001100 | 11011111 | 110100 | 1001 | 0 | 1101 | 10111110 | 1000000 | 1000001 |
Color Harmonies of #6CCCDF
Complementary color
Monochromatic Colors of #6CCCDF
Black with #6CCCDF
Text Example
Text Example
White with #6CCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCCDF; }
p { color: rgb(108,204,223); }
H1.HeaderClassName
{
color: #6CCCDF;
}
.AnyTagClassName
{
color: #6CCCDF;
}
</style>
background-color css
<style>
a { background-color: #6CCCDF; }
a { background-color: rgb(108,204,223); }
div.DivClassName
{
background-color: #6CCCDF;
}
.BgClassName
{
background-color: #6CCCDF;
}
</style>
border-color css
<style>
span { border-color: #6CCCDF; }
span { border-color: rgb(108,204,223); }
td.TdClassName
{
border-color: #6CCCDF;
}
.TagClassName
{
border-color: #6CCCDF;
}
</style>