Shades of Turquoise Blue #6CD8DF
Tints of Turquoise Blue #6CD8DF
RGB
CMYK
RGB Variations
Color information
#6CD8DF (or 0x6CD8DF) is known color: Turquoise Blue. HEX triplet: 6C, D8 and DF. RGB value is (108,216,223). Sum of RGB (Red+Green+Blue) = 108+216+223=547 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.74% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CD8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD8DF is #932720. Grayscale: #B8B8B8. Windows color (decimal): -9643809 or 14669932. OLE color: 14669932.
HSL color Cylindrical-coordinate representation of color #6CD8DF: hue angle of 183.65º 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 #6CD8DF is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 216 | 223 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.13 |
| HSL | 183.65º | 0.64% | 0.65% | - |
| HSV(B) | 183.65º | 0.52% | 0.87% | - |
| XYZ | 44.06 | 57.63 | 78.61 | - |
| YUV | 184.51 | 149.72 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 216 | 223 | 0.52 | 0.03 | 0 | 0.13 | 183.65 | 0.64 | 0.65 |
| Hex | 6C | D8 | DF | 34 | 3 | 0 | D | B8 | 40 | 41 |
| Octal | 154 | 330 | 337 | 64 | 3 | 0 | 15 | 270 | 100 | 101 |
| Binary | 1101100 | 11011000 | 11011111 | 110100 | 11 | 0 | 1101 | 10111000 | 1000000 | 1000001 |
Color Harmonies of #6CD8DF
Complementary color
Monochromatic Colors of #6CD8DF
Black with #6CD8DF
Text Example
Text Example
White with #6CD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD8DF; }
p { color: rgb(108,216,223); }
H1.HeaderClassName
{
color: #6CD8DF;
}
.AnyTagClassName
{
color: #6CD8DF;
}
</style>
background-color css
<style>
a { background-color: #6CD8DF; }
a { background-color: rgb(108,216,223); }
div.DivClassName
{
background-color: #6CD8DF;
}
.BgClassName
{
background-color: #6CD8DF;
}
</style>
border-color css
<style>
span { border-color: #6CD8DF; }
span { border-color: rgb(108,216,223); }
td.TdClassName
{
border-color: #6CD8DF;
}
.TagClassName
{
border-color: #6CD8DF;
}
</style>