Shades of Turquoise Blue #6CDEDF
Tints of Turquoise Blue #6CDEDF
RGB
CMYK
RGB Variations
Color information
#6CDEDF (or 0x6CDEDF) is known color: Turquoise Blue. HEX triplet: 6C, DE and DF. RGB value is (108,222,223). Sum of RGB (Red+Green+Blue) = 108+222+223=553 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.53% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CDEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDEDF is #932120. Grayscale: #BBBBBB. Windows color (decimal): -9642273 or 14671468. OLE color: 14671468.
HSL color Cylindrical-coordinate representation of color #6CDEDF: hue angle of 180.52º 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 #6CDEDF is Cyan = 0.52, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 222 | 223 | - |
| CMYK | 0.52 | 0.00 | 0 | 0.13 |
| HSL | 180.52º | 0.64% | 0.65% | - |
| HSV(B) | 180.52º | 0.52% | 0.87% | - |
| XYZ | 45.62 | 60.76 | 79.13 | - |
| YUV | 188.03 | 147.73 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 222 | 223 | 0.52 | 0.00 | 0 | 0.13 | 180.52 | 0.64 | 0.65 |
| Hex | 6C | DE | DF | 34 | 0 | 0 | D | B5 | 40 | 41 |
| Octal | 154 | 336 | 337 | 64 | 0 | 0 | 15 | 265 | 100 | 101 |
| Binary | 1101100 | 11011110 | 11011111 | 110100 | 0 | 0 | 1101 | 10110101 | 1000000 | 1000001 |
Color Harmonies of #6CDEDF
Complementary color
Monochromatic Colors of #6CDEDF
Black with #6CDEDF
Text Example
Text Example
White with #6CDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDEDF; }
p { color: rgb(108,222,223); }
H1.HeaderClassName
{
color: #6CDEDF;
}
.AnyTagClassName
{
color: #6CDEDF;
}
</style>
background-color css
<style>
a { background-color: #6CDEDF; }
a { background-color: rgb(108,222,223); }
div.DivClassName
{
background-color: #6CDEDF;
}
.BgClassName
{
background-color: #6CDEDF;
}
</style>
border-color css
<style>
span { border-color: #6CDEDF; }
span { border-color: rgb(108,222,223); }
td.TdClassName
{
border-color: #6CDEDF;
}
.TagClassName
{
border-color: #6CDEDF;
}
</style>