Shades of Turquoise Blue #6BEBE5
Tints of Turquoise Blue #6BEBE5
RGB
CMYK
RGB Variations
Color information
#6BEBE5 (or 0x6BEBE5) is known color: Turquoise Blue. HEX triplet: 6B, EB and E5. RGB value is (107,235,229). Sum of RGB (Red+Green+Blue) = 107+235+229=571 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.74% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEBE5 is #94141A. Grayscale: #C3C3C3. Windows color (decimal): -9704475 or 15068011. OLE color: 15068011.
HSL color Cylindrical-coordinate representation of color #6BEBE5: hue angle of 177.19º 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 #6BEBE5 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 235 | 229 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.08 |
| HSL | 177.19º | 0.76% | 0.67% | - |
| HSV(B) | 177.19º | 0.54% | 0.92% | - |
| XYZ | 49.91 | 68.2 | 84.66 | - |
| YUV | 196.04 | 146.59 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 235 | 229 | 0.54 | 0 | 0.03 | 0.08 | 177.19 | 0.76 | 0.67 |
| Hex | 6B | EB | E5 | 36 | 0 | 3 | 8 | B1 | 4C | 43 |
| Octal | 153 | 353 | 345 | 66 | 0 | 3 | 10 | 261 | 114 | 103 |
| Binary | 1101011 | 11101011 | 11100101 | 110110 | 0 | 11 | 1000 | 10110001 | 1001100 | 1000011 |
Color Harmonies of #6BEBE5
Complementary color
Monochromatic Colors of #6BEBE5
Black with #6BEBE5
Text Example
Text Example
White with #6BEBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEBE5; }
p { color: rgb(107,235,229); }
H1.HeaderClassName
{
color: #6BEBE5;
}
.AnyTagClassName
{
color: #6BEBE5;
}
</style>
background-color css
<style>
a { background-color: #6BEBE5; }
a { background-color: rgb(107,235,229); }
div.DivClassName
{
background-color: #6BEBE5;
}
.BgClassName
{
background-color: #6BEBE5;
}
</style>
border-color css
<style>
span { border-color: #6BEBE5; }
span { border-color: rgb(107,235,229); }
td.TdClassName
{
border-color: #6BEBE5;
}
.TagClassName
{
border-color: #6BEBE5;
}
</style>