Shades of Turquoise Blue #6CEDED
Tints of Turquoise Blue #6CEDED
RGB
CMYK
RGB Variations
Color information
#6CEDED (or 0x6CEDED) is known color: Turquoise Blue. HEX triplet: 6C, ED and ED. RGB value is (108,237,237). Sum of RGB (Red+Green+Blue) = 108+237+237=582 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.56% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #6CEDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEDED is #931212. Grayscale: #C6C6C6. Windows color (decimal): -9638419 or 15592812. OLE color: 15592812.
HSL color Cylindrical-coordinate representation of color #6CEDED: hue angle of 180º 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 #6CEDED is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 237 | 237 | - |
| CMYK | 0.54 | 0 | 0 | 0.07 |
| HSL | 180º | 0.78% | 0.68% | - |
| HSV(B) | 180º | 0.54% | 0.93% | - |
| XYZ | 51.75 | 69.87 | 90.88 | - |
| YUV | 198.43 | 149.76 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 237 | 237 | 0.54 | 0 | 0 | 0.07 | 180 | 0.78 | 0.68 |
| Hex | 6C | ED | ED | 36 | 0 | 0 | 7 | B4 | 4E | 44 |
| Octal | 154 | 355 | 355 | 66 | 0 | 0 | 7 | 264 | 116 | 104 |
| Binary | 1101100 | 11101101 | 11101101 | 110110 | 0 | 0 | 111 | 10110100 | 1001110 | 1000100 |
Color Harmonies of #6CEDED
Complementary color
Monochromatic Colors of #6CEDED
Black with #6CEDED
Text Example
Text Example
White with #6CEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEDED; }
p { color: rgb(108,237,237); }
H1.HeaderClassName
{
color: #6CEDED;
}
.AnyTagClassName
{
color: #6CEDED;
}
</style>
background-color css
<style>
a { background-color: #6CEDED; }
a { background-color: rgb(108,237,237); }
div.DivClassName
{
background-color: #6CEDED;
}
.BgClassName
{
background-color: #6CEDED;
}
</style>
border-color css
<style>
span { border-color: #6CEDED; }
span { border-color: rgb(108,237,237); }
td.TdClassName
{
border-color: #6CEDED;
}
.TagClassName
{
border-color: #6CEDED;
}
</style>