Shades of Turquoise Blue #6CDDDF
Tints of Turquoise Blue #6CDDDF
RGB
CMYK
RGB Variations
Color information
#6CDDDF (or 0x6CDDDF) is known color: Turquoise Blue. HEX triplet: 6C, DD and DF. RGB value is (108,221,223). Sum of RGB (Red+Green+Blue) = 108+221+223=552 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.57% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CDDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDDF is #932220. Grayscale: #BBBBBB. Windows color (decimal): -9642529 or 14671212. OLE color: 14671212.
HSL color Cylindrical-coordinate representation of color #6CDDDF: hue angle of 181.04º 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 #6CDDDF is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 223 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.13 |
| HSL | 181.04º | 0.64% | 0.65% | - |
| HSV(B) | 181.04º | 0.52% | 0.87% | - |
| XYZ | 45.36 | 60.23 | 79.05 | - |
| YUV | 187.44 | 148.06 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 223 | 0.52 | 0.01 | 0 | 0.13 | 181.04 | 0.64 | 0.65 |
| Hex | 6C | DD | DF | 34 | 1 | 0 | D | B5 | 40 | 41 |
| Octal | 154 | 335 | 337 | 64 | 1 | 0 | 15 | 265 | 100 | 101 |
| Binary | 1101100 | 11011101 | 11011111 | 110100 | 1 | 0 | 1101 | 10110101 | 1000000 | 1000001 |
Color Harmonies of #6CDDDF
Complementary color
Monochromatic Colors of #6CDDDF
Black with #6CDDDF
Text Example
Text Example
White with #6CDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDDDF; }
p { color: rgb(108,221,223); }
H1.HeaderClassName
{
color: #6CDDDF;
}
.AnyTagClassName
{
color: #6CDDDF;
}
</style>
background-color css
<style>
a { background-color: #6CDDDF; }
a { background-color: rgb(108,221,223); }
div.DivClassName
{
background-color: #6CDDDF;
}
.BgClassName
{
background-color: #6CDDDF;
}
</style>
border-color css
<style>
span { border-color: #6CDDDF; }
span { border-color: rgb(108,221,223); }
td.TdClassName
{
border-color: #6CDDDF;
}
.TagClassName
{
border-color: #6CDDDF;
}
</style>