Shades of Turquoise Blue #6BEBE3
Tints of Turquoise Blue #6BEBE3
RGB
CMYK
RGB Variations
Color information
#6BEBE3 (or 0x6BEBE3) is known color: Turquoise Blue. HEX triplet: 6B, EB and E3. RGB value is (107,235,227). Sum of RGB (Red+Green+Blue) = 107+235+227=569 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.80% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 227 (89.06% from 255 or 39.89% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEBE3 is #94141C. Grayscale: #C3C3C3. Windows color (decimal): -9704477 or 14936939. OLE color: 14936939.
HSL color Cylindrical-coordinate representation of color #6BEBE3: hue angle of 176.25º 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 #6BEBE3 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 235 | 227 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.08 |
| HSL | 176.25º | 0.76% | 0.67% | - |
| HSV(B) | 176.25º | 0.54% | 0.92% | - |
| XYZ | 49.64 | 68.09 | 83.2 | - |
| YUV | 195.82 | 145.59 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 235 | 227 | 0.54 | 0 | 0.03 | 0.08 | 176.25 | 0.76 | 0.67 |
| Hex | 6B | EB | E3 | 36 | 0 | 3 | 8 | B0 | 4C | 43 |
| Octal | 153 | 353 | 343 | 66 | 0 | 3 | 10 | 260 | 114 | 103 |
| Binary | 1101011 | 11101011 | 11100011 | 110110 | 0 | 11 | 1000 | 10110000 | 1001100 | 1000011 |
Color Harmonies of #6BEBE3
Complementary color
Monochromatic Colors of #6BEBE3
Black with #6BEBE3
Text Example
Text Example
White with #6BEBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEBE3; }
p { color: rgb(107,235,227); }
H1.HeaderClassName
{
color: #6BEBE3;
}
.AnyTagClassName
{
color: #6BEBE3;
}
</style>
background-color css
<style>
a { background-color: #6BEBE3; }
a { background-color: rgb(107,235,227); }
div.DivClassName
{
background-color: #6BEBE3;
}
.BgClassName
{
background-color: #6BEBE3;
}
</style>
border-color css
<style>
span { border-color: #6BEBE3; }
span { border-color: rgb(107,235,227); }
td.TdClassName
{
border-color: #6BEBE3;
}
.TagClassName
{
border-color: #6BEBE3;
}
</style>