Shades of Turquoise Blue #6BE2ED
Tints of Turquoise Blue #6BE2ED
RGB
CMYK
RGB Variations
Color information
#6BE2ED (or 0x6BE2ED) is known color: Turquoise Blue. HEX triplet: 6B, E2 and ED. RGB value is (107,226,237). Sum of RGB (Red+Green+Blue) = 107+226+237=570 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.77% from 570); Green value is 226 (88.67% from 255 or 39.65% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BE2ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BE2ED is #941D12. Grayscale: #BFBFBF. Windows color (decimal): -9706771 or 15589995. OLE color: 15589995.
HSL color Cylindrical-coordinate representation of color #6BE2ED: hue angle of 185.08º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BE2ED is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 226 | 237 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.07 |
| HSL | 185.08º | 0.78% | 0.67% | - |
| HSV(B) | 185.08º | 0.55% | 0.93% | - |
| XYZ | 48.55 | 63.63 | 89.84 | - |
| YUV | 191.67 | 153.58 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 226 | 237 | 0.55 | 0.05 | 0 | 0.07 | 185.08 | 0.78 | 0.67 |
| Hex | 6B | E2 | ED | 37 | 5 | 0 | 7 | B9 | 4E | 43 |
| Octal | 153 | 342 | 355 | 67 | 5 | 0 | 7 | 271 | 116 | 103 |
| Binary | 1101011 | 11100010 | 11101101 | 110111 | 101 | 0 | 111 | 10111001 | 1001110 | 1000011 |
Color Harmonies of #6BE2ED
Complementary color
Monochromatic Colors of #6BE2ED
Black with #6BE2ED
Text Example
Text Example
White with #6BE2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE2ED; }
p { color: rgb(107,226,237); }
H1.HeaderClassName
{
color: #6BE2ED;
}
.AnyTagClassName
{
color: #6BE2ED;
}
</style>
background-color css
<style>
a { background-color: #6BE2ED; }
a { background-color: rgb(107,226,237); }
div.DivClassName
{
background-color: #6BE2ED;
}
.BgClassName
{
background-color: #6BE2ED;
}
</style>
border-color css
<style>
span { border-color: #6BE2ED; }
span { border-color: rgb(107,226,237); }
td.TdClassName
{
border-color: #6BE2ED;
}
.TagClassName
{
border-color: #6BE2ED;
}
</style>