Shades of Turquoise Blue #6BEBE8
Tints of Turquoise Blue #6BEBE8
RGB
CMYK
RGB Variations
Color information
#6BEBE8 (or 0x6BEBE8) is known color: Turquoise Blue. HEX triplet: 6B, EB and E8. RGB value is (107,235,232). Sum of RGB (Red+Green+Blue) = 107+235+232=574 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.64% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 232 (91.02% from 255 or 40.42% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEBE8 is #941417. Grayscale: #C4C4C4. Windows color (decimal): -9704472 or 15264619. OLE color: 15264619.
HSL color Cylindrical-coordinate representation of color #6BEBE8: hue angle of 178.59º 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 #6BEBE8 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 235 | 232 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.08 |
| HSL | 178.59º | 0.76% | 0.67% | - |
| HSV(B) | 178.59º | 0.54% | 0.92% | - |
| XYZ | 50.34 | 68.37 | 86.89 | - |
| YUV | 196.39 | 148.09 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 235 | 232 | 0.54 | 0 | 0.01 | 0.08 | 178.59 | 0.76 | 0.67 |
| Hex | 6B | EB | E8 | 36 | 0 | 1 | 8 | B3 | 4C | 43 |
| Octal | 153 | 353 | 350 | 66 | 0 | 1 | 10 | 263 | 114 | 103 |
| Binary | 1101011 | 11101011 | 11101000 | 110110 | 0 | 1 | 1000 | 10110011 | 1001100 | 1000011 |
Color Harmonies of #6BEBE8
Complementary color
Monochromatic Colors of #6BEBE8
Black with #6BEBE8
Text Example
Text Example
White with #6BEBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEBE8; }
p { color: rgb(107,235,232); }
H1.HeaderClassName
{
color: #6BEBE8;
}
.AnyTagClassName
{
color: #6BEBE8;
}
</style>
background-color css
<style>
a { background-color: #6BEBE8; }
a { background-color: rgb(107,235,232); }
div.DivClassName
{
background-color: #6BEBE8;
}
.BgClassName
{
background-color: #6BEBE8;
}
</style>
border-color css
<style>
span { border-color: #6BEBE8; }
span { border-color: rgb(107,235,232); }
td.TdClassName
{
border-color: #6BEBE8;
}
.TagClassName
{
border-color: #6BEBE8;
}
</style>