Shades of Turquoise Blue #6BEBE0
Tints of Turquoise Blue #6BEBE0
RGB
CMYK
RGB Variations
Color information
#6BEBE0 (or 0x6BEBE0) is known color: Turquoise Blue. HEX triplet: 6B, EB and E0. RGB value is (107,235,224). Sum of RGB (Red+Green+Blue) = 107+235+224=566 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.90% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEBE0 is #94141F. Grayscale: #C3C3C3. Windows color (decimal): -9704480 or 14740331. OLE color: 14740331.
HSL color Cylindrical-coordinate representation of color #6BEBE0: hue angle of 174.84º 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 #6BEBE0 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 235 | 224 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.08 |
| HSL | 174.84º | 0.76% | 0.67% | - |
| HSV(B) | 174.84º | 0.54% | 0.92% | - |
| XYZ | 49.23 | 67.92 | 81.04 | - |
| YUV | 195.47 | 144.09 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 235 | 224 | 0.54 | 0 | 0.05 | 0.08 | 174.84 | 0.76 | 0.67 |
| Hex | 6B | EB | E0 | 36 | 0 | 5 | 8 | AF | 4C | 43 |
| Octal | 153 | 353 | 340 | 66 | 0 | 5 | 10 | 257 | 114 | 103 |
| Binary | 1101011 | 11101011 | 11100000 | 110110 | 0 | 101 | 1000 | 10101111 | 1001100 | 1000011 |
Color Harmonies of #6BEBE0
Complementary color
Monochromatic Colors of #6BEBE0
Black with #6BEBE0
Text Example
Text Example
White with #6BEBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEBE0; }
p { color: rgb(107,235,224); }
H1.HeaderClassName
{
color: #6BEBE0;
}
.AnyTagClassName
{
color: #6BEBE0;
}
</style>
background-color css
<style>
a { background-color: #6BEBE0; }
a { background-color: rgb(107,235,224); }
div.DivClassName
{
background-color: #6BEBE0;
}
.BgClassName
{
background-color: #6BEBE0;
}
</style>
border-color css
<style>
span { border-color: #6BEBE0; }
span { border-color: rgb(107,235,224); }
td.TdClassName
{
border-color: #6BEBE0;
}
.TagClassName
{
border-color: #6BEBE0;
}
</style>