Shades of Turquoise Blue #6BE3DE
Tints of Turquoise Blue #6BE3DE
RGB
CMYK
RGB Variations
Color information
#6BE3DE (or 0x6BE3DE) is known color: Turquoise Blue. HEX triplet: 6B, E3 and DE. RGB value is (107,227,222). Sum of RGB (Red+Green+Blue) = 107+227+222=556 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.24% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 227 - color contains mainly: green. Hex color #6BE3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE3DE is #941C21. Grayscale: #BEBEBE. Windows color (decimal): -9706530 or 14607211. OLE color: 14607211.
HSL color Cylindrical-coordinate representation of color #6BE3DE: hue angle of 177.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE3DE is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 227 | 222 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.11 |
| HSL | 177.5º | 0.68% | 0.65% | - |
| HSV(B) | 177.5º | 0.53% | 0.89% | - |
| XYZ | 46.72 | 63.34 | 78.87 | - |
| YUV | 190.55 | 145.74 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 227 | 222 | 0.53 | 0 | 0.02 | 0.11 | 177.5 | 0.68 | 0.65 |
| Hex | 6B | E3 | DE | 35 | 0 | 2 | B | B2 | 44 | 41 |
| Octal | 153 | 343 | 336 | 65 | 0 | 2 | 13 | 262 | 104 | 101 |
| Binary | 1101011 | 11100011 | 11011110 | 110101 | 0 | 10 | 1011 | 10110010 | 1000100 | 1000001 |
Color Harmonies of #6BE3DE
Complementary color
Monochromatic Colors of #6BE3DE
Black with #6BE3DE
Text Example
Text Example
White with #6BE3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE3DE; }
p { color: rgb(107,227,222); }
H1.HeaderClassName
{
color: #6BE3DE;
}
.AnyTagClassName
{
color: #6BE3DE;
}
</style>
background-color css
<style>
a { background-color: #6BE3DE; }
a { background-color: rgb(107,227,222); }
div.DivClassName
{
background-color: #6BE3DE;
}
.BgClassName
{
background-color: #6BE3DE;
}
</style>
border-color css
<style>
span { border-color: #6BE3DE; }
span { border-color: rgb(107,227,222); }
td.TdClassName
{
border-color: #6BE3DE;
}
.TagClassName
{
border-color: #6BE3DE;
}
</style>