Shades of Turquoise Blue #6BECDC
Tints of Turquoise Blue #6BECDC
RGB
CMYK
RGB Variations
Color information
#6BECDC (or 0x6BECDC) is known color: Turquoise Blue. HEX triplet: 6B, EC and DC. RGB value is (107,236,220). Sum of RGB (Red+Green+Blue) = 107+236+220=563 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.01% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECDC is #941323. Grayscale: #C3C3C3. Windows color (decimal): -9704228 or 14478443. OLE color: 14478443.
HSL color Cylindrical-coordinate representation of color #6BECDC: hue angle of 172.56º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BECDC is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 220 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.07 |
| HSL | 172.56º | 0.77% | 0.67% | - |
| HSV(B) | 172.56º | 0.55% | 0.93% | - |
| XYZ | 48.98 | 68.28 | 78.31 | - |
| YUV | 195.61 | 141.76 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 220 | 0.55 | 0 | 0.07 | 0.07 | 172.56 | 0.77 | 0.67 |
| Hex | 6B | EC | DC | 37 | 0 | 7 | 7 | AD | 4D | 43 |
| Octal | 153 | 354 | 334 | 67 | 0 | 7 | 7 | 255 | 115 | 103 |
| Binary | 1101011 | 11101100 | 11011100 | 110111 | 0 | 111 | 111 | 10101101 | 1001101 | 1000011 |
Color Harmonies of #6BECDC
Complementary color
Monochromatic Colors of #6BECDC
Black with #6BECDC
Text Example
Text Example
White with #6BECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECDC; }
p { color: rgb(107,236,220); }
H1.HeaderClassName
{
color: #6BECDC;
}
.AnyTagClassName
{
color: #6BECDC;
}
</style>
background-color css
<style>
a { background-color: #6BECDC; }
a { background-color: rgb(107,236,220); }
div.DivClassName
{
background-color: #6BECDC;
}
.BgClassName
{
background-color: #6BECDC;
}
</style>
border-color css
<style>
span { border-color: #6BECDC; }
span { border-color: rgb(107,236,220); }
td.TdClassName
{
border-color: #6BECDC;
}
.TagClassName
{
border-color: #6BECDC;
}
</style>