Shades of Turquoise Blue #6CEDDC
Tints of Turquoise Blue #6CEDDC
RGB
CMYK
RGB Variations
Color information
#6CEDDC (or 0x6CEDDC) is known color: Turquoise Blue. HEX triplet: 6C, ED and DC. RGB value is (108,237,220). Sum of RGB (Red+Green+Blue) = 108+237+220=565 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.12% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #6CEDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEDDC is #931223. Grayscale: #C4C4C4. Windows color (decimal): -9638436 or 14478700. OLE color: 14478700.
HSL color Cylindrical-coordinate representation of color #6CEDDC: hue angle of 172.09º 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 #6CEDDC is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 237 | 220 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.07 |
| HSL | 172.09º | 0.78% | 0.68% | - |
| HSV(B) | 172.09º | 0.54% | 0.93% | - |
| XYZ | 49.39 | 68.92 | 78.41 | - |
| YUV | 196.49 | 141.26 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 237 | 220 | 0.54 | 0 | 0.07 | 0.07 | 172.09 | 0.78 | 0.68 |
| Hex | 6C | ED | DC | 36 | 0 | 7 | 7 | AC | 4E | 44 |
| Octal | 154 | 355 | 334 | 66 | 0 | 7 | 7 | 254 | 116 | 104 |
| Binary | 1101100 | 11101101 | 11011100 | 110110 | 0 | 111 | 111 | 10101100 | 1001110 | 1000100 |
Color Harmonies of #6CEDDC
Complementary color
Monochromatic Colors of #6CEDDC
Black with #6CEDDC
Text Example
Text Example
White with #6CEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEDDC; }
p { color: rgb(108,237,220); }
H1.HeaderClassName
{
color: #6CEDDC;
}
.AnyTagClassName
{
color: #6CEDDC;
}
</style>
background-color css
<style>
a { background-color: #6CEDDC; }
a { background-color: rgb(108,237,220); }
div.DivClassName
{
background-color: #6CEDDC;
}
.BgClassName
{
background-color: #6CEDDC;
}
</style>
border-color css
<style>
span { border-color: #6CEDDC; }
span { border-color: rgb(108,237,220); }
td.TdClassName
{
border-color: #6CEDDC;
}
.TagClassName
{
border-color: #6CEDDC;
}
</style>