Shades of Turquoise Blue #6BEBEC
Tints of Turquoise Blue #6BEBEC
RGB
CMYK
RGB Variations
Color information
#6BEBEC (or 0x6BEBEC) is known color: Turquoise Blue. HEX triplet: 6B, EB and EC. RGB value is (107,235,236). Sum of RGB (Red+Green+Blue) = 107+235+236=578 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.51% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #6BEBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEBEC is #941413. Grayscale: #C4C4C4. Windows color (decimal): -9704468 or 15526763. OLE color: 15526763.
HSL color Cylindrical-coordinate representation of color #6BEBEC: hue angle of 180.47º 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 #6BEBEC is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 235 | 236 | - |
| CMYK | 0.55 | 0.00 | 0 | 0.07 |
| HSL | 180.47º | 0.77% | 0.67% | - |
| HSV(B) | 180.47º | 0.55% | 0.93% | - |
| XYZ | 50.91 | 68.6 | 89.91 | - |
| YUV | 196.84 | 150.09 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 235 | 236 | 0.55 | 0.00 | 0 | 0.07 | 180.47 | 0.77 | 0.67 |
| Hex | 6B | EB | EC | 37 | 0 | 0 | 7 | B4 | 4D | 43 |
| Octal | 153 | 353 | 354 | 67 | 0 | 0 | 7 | 264 | 115 | 103 |
| Binary | 1101011 | 11101011 | 11101100 | 110111 | 0 | 0 | 111 | 10110100 | 1001101 | 1000011 |
Color Harmonies of #6BEBEC
Complementary color
Monochromatic Colors of #6BEBEC
Black with #6BEBEC
Text Example
Text Example
White with #6BEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEBEC; }
p { color: rgb(107,235,236); }
H1.HeaderClassName
{
color: #6BEBEC;
}
.AnyTagClassName
{
color: #6BEBEC;
}
</style>
background-color css
<style>
a { background-color: #6BEBEC; }
a { background-color: rgb(107,235,236); }
div.DivClassName
{
background-color: #6BEBEC;
}
.BgClassName
{
background-color: #6BEBEC;
}
</style>
border-color css
<style>
span { border-color: #6BEBEC; }
span { border-color: rgb(107,235,236); }
td.TdClassName
{
border-color: #6BEBEC;
}
.TagClassName
{
border-color: #6BEBEC;
}
</style>