Shades of Turquoise Blue #6CEDDB
Tints of Turquoise Blue #6CEDDB
RGB
CMYK
RGB Variations
Color information
#6CEDDB (or 0x6CEDDB) is known color: Turquoise Blue. HEX triplet: 6C, ED and DB. RGB value is (108,237,219). Sum of RGB (Red+Green+Blue) = 108+237+219=564 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.15% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #6CEDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEDDB is #931224. Grayscale: #C4C4C4. Windows color (decimal): -9638437 or 14413164. OLE color: 14413164.
HSL color Cylindrical-coordinate representation of color #6CEDDB: hue angle of 171.63º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEDDB is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 237 | 219 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.07 |
| HSL | 171.63º | 0.78% | 0.68% | - |
| HSV(B) | 171.63º | 0.54% | 0.93% | - |
| XYZ | 49.25 | 68.87 | 77.72 | - |
| YUV | 196.38 | 140.76 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 237 | 219 | 0.54 | 0 | 0.08 | 0.07 | 171.63 | 0.78 | 0.68 |
| Hex | 6C | ED | DB | 36 | 0 | 8 | 7 | AC | 4E | 44 |
| Octal | 154 | 355 | 333 | 66 | 0 | 10 | 7 | 254 | 116 | 104 |
| Binary | 1101100 | 11101101 | 11011011 | 110110 | 0 | 1000 | 111 | 10101100 | 1001110 | 1000100 |
Color Harmonies of #6CEDDB
Complementary color
Monochromatic Colors of #6CEDDB
Black with #6CEDDB
Text Example
Text Example
White with #6CEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEDDB; }
p { color: rgb(108,237,219); }
H1.HeaderClassName
{
color: #6CEDDB;
}
.AnyTagClassName
{
color: #6CEDDB;
}
</style>
background-color css
<style>
a { background-color: #6CEDDB; }
a { background-color: rgb(108,237,219); }
div.DivClassName
{
background-color: #6CEDDB;
}
.BgClassName
{
background-color: #6CEDDB;
}
</style>
border-color css
<style>
span { border-color: #6CEDDB; }
span { border-color: rgb(108,237,219); }
td.TdClassName
{
border-color: #6CEDDB;
}
.TagClassName
{
border-color: #6CEDDB;
}
</style>