Shades of Turquoise Blue #6BEADB
Tints of Turquoise Blue #6BEADB
RGB
CMYK
RGB Variations
Color information
#6BEADB (or 0x6BEADB) is known color: Turquoise Blue. HEX triplet: 6B, EA and DB. RGB value is (107,234,219). Sum of RGB (Red+Green+Blue) = 107+234+219=560 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.11% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEADB is #941524. Grayscale: #C2C2C2. Windows color (decimal): -9704741 or 14412395. OLE color: 14412395.
HSL color Cylindrical-coordinate representation of color #6BEADB: hue angle of 172.91º degrees, saturation: 0.75, 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 #6BEADB is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 234 | 219 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.08 |
| HSL | 172.91º | 0.75% | 0.67% | - |
| HSV(B) | 172.91º | 0.54% | 0.92% | - |
| XYZ | 48.27 | 67.09 | 77.42 | - |
| YUV | 194.32 | 141.92 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 234 | 219 | 0.54 | 0 | 0.06 | 0.08 | 172.91 | 0.75 | 0.67 |
| Hex | 6B | EA | DB | 36 | 0 | 6 | 8 | AD | 4B | 43 |
| Octal | 153 | 352 | 333 | 66 | 0 | 6 | 10 | 255 | 113 | 103 |
| Binary | 1101011 | 11101010 | 11011011 | 110110 | 0 | 110 | 1000 | 10101101 | 1001011 | 1000011 |
Color Harmonies of #6BEADB
Complementary color
Monochromatic Colors of #6BEADB
Black with #6BEADB
Text Example
Text Example
White with #6BEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEADB; }
p { color: rgb(107,234,219); }
H1.HeaderClassName
{
color: #6BEADB;
}
.AnyTagClassName
{
color: #6BEADB;
}
</style>
background-color css
<style>
a { background-color: #6BEADB; }
a { background-color: rgb(107,234,219); }
div.DivClassName
{
background-color: #6BEADB;
}
.BgClassName
{
background-color: #6BEADB;
}
</style>
border-color css
<style>
span { border-color: #6BEADB; }
span { border-color: rgb(107,234,219); }
td.TdClassName
{
border-color: #6BEADB;
}
.TagClassName
{
border-color: #6BEADB;
}
</style>