Shades of Turquoise Blue #6BE5F0
Tints of Turquoise Blue #6BE5F0
RGB
CMYK
RGB Variations
Color information
#6BE5F0 (or 0x6BE5F0) is known color: Turquoise Blue. HEX triplet: 6B, E5 and F0. RGB value is (107,229,240). Sum of RGB (Red+Green+Blue) = 107+229+240=576 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.58% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BE5F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BE5F0 is #941A0F. Grayscale: #C1C1C1. Windows color (decimal): -9706000 or 15787371. OLE color: 15787371.
HSL color Cylindrical-coordinate representation of color #6BE5F0: hue angle of 184.96º degrees, saturation: 0.82, 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 #6BE5F0 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 229 | 240 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.06 |
| HSL | 184.96º | 0.82% | 0.68% | - |
| HSV(B) | 184.96º | 0.55% | 0.94% | - |
| XYZ | 49.81 | 65.46 | 92.45 | - |
| YUV | 193.78 | 154.08 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 229 | 240 | 0.55 | 0.05 | 0 | 0.06 | 184.96 | 0.82 | 0.68 |
| Hex | 6B | E5 | F0 | 37 | 5 | 0 | 6 | B9 | 52 | 44 |
| Octal | 153 | 345 | 360 | 67 | 5 | 0 | 6 | 271 | 122 | 104 |
| Binary | 1101011 | 11100101 | 11110000 | 110111 | 101 | 0 | 110 | 10111001 | 1010010 | 1000100 |
Color Harmonies of #6BE5F0
Complementary color
Monochromatic Colors of #6BE5F0
Black with #6BE5F0
Text Example
Text Example
White with #6BE5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE5F0; }
p { color: rgb(107,229,240); }
H1.HeaderClassName
{
color: #6BE5F0;
}
.AnyTagClassName
{
color: #6BE5F0;
}
</style>
background-color css
<style>
a { background-color: #6BE5F0; }
a { background-color: rgb(107,229,240); }
div.DivClassName
{
background-color: #6BE5F0;
}
.BgClassName
{
background-color: #6BE5F0;
}
</style>
border-color css
<style>
span { border-color: #6BE5F0; }
span { border-color: rgb(107,229,240); }
td.TdClassName
{
border-color: #6BE5F0;
}
.TagClassName
{
border-color: #6BE5F0;
}
</style>