Shades of Turquoise Blue #6BEFE6
Tints of Turquoise Blue #6BEFE6
RGB
CMYK
RGB Variations
Color information
#6BEFE6 (or 0x6BEFE6) is known color: Turquoise Blue. HEX triplet: 6B, EF and E6. RGB value is (107,239,230). Sum of RGB (Red+Green+Blue) = 107+239+230=576 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.58% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEFE6 is #941019. Grayscale: #C6C6C6. Windows color (decimal): -9703450 or 15134571. OLE color: 15134571.
HSL color Cylindrical-coordinate representation of color #6BEFE6: hue angle of 175.91º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEFE6 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 239 | 230 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.06 |
| HSL | 175.91º | 0.8% | 0.68% | - |
| HSV(B) | 175.91º | 0.55% | 0.94% | - |
| XYZ | 51.21 | 70.57 | 85.79 | - |
| YUV | 198.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 230 | 0.55 | 0 | 0.04 | 0.06 | 175.91 | 0.8 | 0.68 |
| Hex | 6B | EF | E6 | 37 | 0 | 4 | 6 | B0 | 50 | 44 |
| Octal | 153 | 357 | 346 | 67 | 0 | 4 | 6 | 260 | 120 | 104 |
| Binary | 1101011 | 11101111 | 11100110 | 110111 | 0 | 100 | 110 | 10110000 | 1010000 | 1000100 |
Color Harmonies of #6BEFE6
Complementary color
Monochromatic Colors of #6BEFE6
Black with #6BEFE6
Text Example
Text Example
White with #6BEFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFE6; }
p { color: rgb(107,239,230); }
H1.HeaderClassName
{
color: #6BEFE6;
}
.AnyTagClassName
{
color: #6BEFE6;
}
</style>
background-color css
<style>
a { background-color: #6BEFE6; }
a { background-color: rgb(107,239,230); }
div.DivClassName
{
background-color: #6BEFE6;
}
.BgClassName
{
background-color: #6BEFE6;
}
</style>
border-color css
<style>
span { border-color: #6BEFE6; }
span { border-color: rgb(107,239,230); }
td.TdClassName
{
border-color: #6BEFE6;
}
.TagClassName
{
border-color: #6BEFE6;
}
</style>