Shades of Turquoise Blue #6BEAD8
Tints of Turquoise Blue #6BEAD8
RGB
CMYK
RGB Variations
Color information
#6BEAD8 (or 0x6BEAD8) is known color: Turquoise Blue. HEX triplet: 6B, EA and D8. RGB value is (107,234,216). Sum of RGB (Red+Green+Blue) = 107+234+216=557 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.21% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEAD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEAD8 is #941527. Grayscale: #C1C1C1. Windows color (decimal): -9704744 or 14215787. OLE color: 14215787.
HSL color Cylindrical-coordinate representation of color #6BEAD8: hue angle of 171.5º 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 #6BEAD8 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 234 | 216 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.08 |
| HSL | 171.5º | 0.75% | 0.67% | - |
| HSV(B) | 171.5º | 0.54% | 0.92% | - |
| XYZ | 47.88 | 66.93 | 75.36 | - |
| YUV | 193.98 | 140.42 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 234 | 216 | 0.54 | 0 | 0.08 | 0.08 | 171.5 | 0.75 | 0.67 |
| Hex | 6B | EA | D8 | 36 | 0 | 8 | 8 | AB | 4B | 43 |
| Octal | 153 | 352 | 330 | 66 | 0 | 10 | 10 | 253 | 113 | 103 |
| Binary | 1101011 | 11101010 | 11011000 | 110110 | 0 | 1000 | 1000 | 10101011 | 1001011 | 1000011 |
Color Harmonies of #6BEAD8
Complementary color
Monochromatic Colors of #6BEAD8
Black with #6BEAD8
Text Example
Text Example
White with #6BEAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEAD8; }
p { color: rgb(107,234,216); }
H1.HeaderClassName
{
color: #6BEAD8;
}
.AnyTagClassName
{
color: #6BEAD8;
}
</style>
background-color css
<style>
a { background-color: #6BEAD8; }
a { background-color: rgb(107,234,216); }
div.DivClassName
{
background-color: #6BEAD8;
}
.BgClassName
{
background-color: #6BEAD8;
}
</style>
border-color css
<style>
span { border-color: #6BEAD8; }
span { border-color: rgb(107,234,216); }
td.TdClassName
{
border-color: #6BEAD8;
}
.TagClassName
{
border-color: #6BEAD8;
}
</style>