Shades of Turquoise Blue #6BEBDC
Tints of Turquoise Blue #6BEBDC
RGB
CMYK
RGB Variations
Color information
#6BEBDC (or 0x6BEBDC) is known color: Turquoise Blue. HEX triplet: 6B, EB and DC. RGB value is (107,235,220). Sum of RGB (Red+Green+Blue) = 107+235+220=562 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.04% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEBDC is #941423. Grayscale: #C2C2C2. Windows color (decimal): -9704484 or 14478187. OLE color: 14478187.
HSL color Cylindrical-coordinate representation of color #6BEBDC: hue angle of 172.97º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEBDC is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 235 | 220 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.08 |
| HSL | 172.97º | 0.76% | 0.67% | - |
| HSV(B) | 172.97º | 0.54% | 0.92% | - |
| XYZ | 48.69 | 67.71 | 78.21 | - |
| YUV | 195.02 | 142.09 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 235 | 220 | 0.54 | 0 | 0.06 | 0.08 | 172.97 | 0.76 | 0.67 |
| Hex | 6B | EB | DC | 36 | 0 | 6 | 8 | AD | 4C | 43 |
| Octal | 153 | 353 | 334 | 66 | 0 | 6 | 10 | 255 | 114 | 103 |
| Binary | 1101011 | 11101011 | 11011100 | 110110 | 0 | 110 | 1000 | 10101101 | 1001100 | 1000011 |
Color Harmonies of #6BEBDC
Complementary color
Monochromatic Colors of #6BEBDC
Black with #6BEBDC
Text Example
Text Example
White with #6BEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEBDC; }
p { color: rgb(107,235,220); }
H1.HeaderClassName
{
color: #6BEBDC;
}
.AnyTagClassName
{
color: #6BEBDC;
}
</style>
background-color css
<style>
a { background-color: #6BEBDC; }
a { background-color: rgb(107,235,220); }
div.DivClassName
{
background-color: #6BEBDC;
}
.BgClassName
{
background-color: #6BEBDC;
}
</style>
border-color css
<style>
span { border-color: #6BEBDC; }
span { border-color: rgb(107,235,220); }
td.TdClassName
{
border-color: #6BEBDC;
}
.TagClassName
{
border-color: #6BEBDC;
}
</style>