Shades of Turquoise Blue #6BEFE7
Tints of Turquoise Blue #6BEFE7
RGB
CMYK
RGB Variations
Color information
#6BEFE7 (or 0x6BEFE7) is known color: Turquoise Blue. HEX triplet: 6B, EF and E7. RGB value is (107,239,231). Sum of RGB (Red+Green+Blue) = 107+239+231=577 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.54% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEFE7 is #941018. Grayscale: #C6C6C6. Windows color (decimal): -9703449 or 15200107. OLE color: 15200107.
HSL color Cylindrical-coordinate representation of color #6BEFE7: hue angle of 176.36º 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 #6BEFE7 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 239 | 231 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.06 |
| HSL | 176.36º | 0.8% | 0.68% | - |
| HSV(B) | 176.36º | 0.55% | 0.94% | - |
| XYZ | 51.35 | 70.63 | 86.53 | - |
| YUV | 198.62 | 146.27 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 231 | 0.55 | 0 | 0.03 | 0.06 | 176.36 | 0.8 | 0.68 |
| Hex | 6B | EF | E7 | 37 | 0 | 3 | 6 | B0 | 50 | 44 |
| Octal | 153 | 357 | 347 | 67 | 0 | 3 | 6 | 260 | 120 | 104 |
| Binary | 1101011 | 11101111 | 11100111 | 110111 | 0 | 11 | 110 | 10110000 | 1010000 | 1000100 |
Color Harmonies of #6BEFE7
Complementary color
Monochromatic Colors of #6BEFE7
Black with #6BEFE7
Text Example
Text Example
White with #6BEFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFE7; }
p { color: rgb(107,239,231); }
H1.HeaderClassName
{
color: #6BEFE7;
}
.AnyTagClassName
{
color: #6BEFE7;
}
</style>
background-color css
<style>
a { background-color: #6BEFE7; }
a { background-color: rgb(107,239,231); }
div.DivClassName
{
background-color: #6BEFE7;
}
.BgClassName
{
background-color: #6BEFE7;
}
</style>
border-color css
<style>
span { border-color: #6BEFE7; }
span { border-color: rgb(107,239,231); }
td.TdClassName
{
border-color: #6BEFE7;
}
.TagClassName
{
border-color: #6BEFE7;
}
</style>