Shades of Turquoise Blue #6CCFD8
Tints of Turquoise Blue #6CCFD8
RGB
CMYK
RGB Variations
Color information
#6CCFD8 (or 0x6CCFD8) is known color: Turquoise Blue. HEX triplet: 6C, CF and D8. RGB value is (108,207,216). Sum of RGB (Red+Green+Blue) = 108+207+216=531 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.34% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #6CCFD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCFD8 is #933027. Grayscale: #B2B2B2. Windows color (decimal): -9646120 or 14208876. OLE color: 14208876.
HSL color Cylindrical-coordinate representation of color #6CCFD8: hue angle of 185º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CCFD8 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 207 | 216 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.15 |
| HSL | 185º | 0.58% | 0.64% | - |
| HSV(B) | 185º | 0.5% | 0.85% | - |
| XYZ | 40.89 | 52.77 | 73 | - |
| YUV | 178.43 | 149.2 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 216 | 0.50 | 0.04 | 0 | 0.15 | 185 | 0.58 | 0.64 |
| Hex | 6C | CF | D8 | 32 | 4 | 0 | F | B9 | 3A | 40 |
| Octal | 154 | 317 | 330 | 62 | 4 | 0 | 17 | 271 | 72 | 100 |
| Binary | 1101100 | 11001111 | 11011000 | 110010 | 100 | 0 | 1111 | 10111001 | 111010 | 1000000 |
Color Harmonies of #6CCFD8
Complementary color
Monochromatic Colors of #6CCFD8
Black with #6CCFD8
Text Example
Text Example
White with #6CCFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCFD8; }
p { color: rgb(108,207,216); }
H1.HeaderClassName
{
color: #6CCFD8;
}
.AnyTagClassName
{
color: #6CCFD8;
}
</style>
background-color css
<style>
a { background-color: #6CCFD8; }
a { background-color: rgb(108,207,216); }
div.DivClassName
{
background-color: #6CCFD8;
}
.BgClassName
{
background-color: #6CCFD8;
}
</style>
border-color css
<style>
span { border-color: #6CCFD8; }
span { border-color: rgb(108,207,216); }
td.TdClassName
{
border-color: #6CCFD8;
}
.TagClassName
{
border-color: #6CCFD8;
}
</style>