Shades of Turquoise Blue #6CDADF
Tints of Turquoise Blue #6CDADF
RGB
CMYK
RGB Variations
Color information
#6CDADF (or 0x6CDADF) is known color: Turquoise Blue. HEX triplet: 6C, DA and DF. RGB value is (108,218,223). Sum of RGB (Red+Green+Blue) = 108+218+223=549 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.67% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CDADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDADF is #932520. Grayscale: #B9B9B9. Windows color (decimal): -9643297 or 14670444. OLE color: 14670444.
HSL color Cylindrical-coordinate representation of color #6CDADF: hue angle of 182.61º 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 #6CDADF is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 218 | 223 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.13 |
| HSL | 182.61º | 0.64% | 0.65% | - |
| HSV(B) | 182.61º | 0.52% | 0.87% | - |
| XYZ | 44.58 | 58.66 | 78.78 | - |
| YUV | 185.68 | 149.06 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 223 | 0.52 | 0.02 | 0 | 0.13 | 182.61 | 0.64 | 0.65 |
| Hex | 6C | DA | DF | 34 | 2 | 0 | D | B7 | 40 | 41 |
| Octal | 154 | 332 | 337 | 64 | 2 | 0 | 15 | 267 | 100 | 101 |
| Binary | 1101100 | 11011010 | 11011111 | 110100 | 10 | 0 | 1101 | 10110111 | 1000000 | 1000001 |
Color Harmonies of #6CDADF
Complementary color
Monochromatic Colors of #6CDADF
Black with #6CDADF
Text Example
Text Example
White with #6CDADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDADF; }
p { color: rgb(108,218,223); }
H1.HeaderClassName
{
color: #6CDADF;
}
.AnyTagClassName
{
color: #6CDADF;
}
</style>
background-color css
<style>
a { background-color: #6CDADF; }
a { background-color: rgb(108,218,223); }
div.DivClassName
{
background-color: #6CDADF;
}
.BgClassName
{
background-color: #6CDADF;
}
</style>
border-color css
<style>
span { border-color: #6CDADF; }
span { border-color: rgb(108,218,223); }
td.TdClassName
{
border-color: #6CDADF;
}
.TagClassName
{
border-color: #6CDADF;
}
</style>