Shades of Turquoise Blue #6BE3DA
Tints of Turquoise Blue #6BE3DA
RGB
CMYK
RGB Variations
Color information
#6BE3DA (or 0x6BE3DA) is known color: Turquoise Blue. HEX triplet: 6B, E3 and DA. RGB value is (107,227,218). Sum of RGB (Red+Green+Blue) = 107+227+218=552 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.38% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 227 - color contains mainly: green. Hex color #6BE3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE3DA is #941C25. Grayscale: #BEBEBE. Windows color (decimal): -9706534 or 14345067. OLE color: 14345067.
HSL color Cylindrical-coordinate representation of color #6BE3DA: hue angle of 175.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 #6BE3DA is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 227 | 218 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.11 |
| HSL | 175.5º | 0.68% | 0.65% | - |
| HSV(B) | 175.5º | 0.53% | 0.89% | - |
| XYZ | 46.19 | 63.13 | 76.08 | - |
| YUV | 190.09 | 143.74 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 227 | 218 | 0.53 | 0 | 0.04 | 0.11 | 175.5 | 0.68 | 0.65 |
| Hex | 6B | E3 | DA | 35 | 0 | 4 | B | B0 | 44 | 41 |
| Octal | 153 | 343 | 332 | 65 | 0 | 4 | 13 | 260 | 104 | 101 |
| Binary | 1101011 | 11100011 | 11011010 | 110101 | 0 | 100 | 1011 | 10110000 | 1000100 | 1000001 |
Color Harmonies of #6BE3DA
Complementary color
Monochromatic Colors of #6BE3DA
Black with #6BE3DA
Text Example
Text Example
White with #6BE3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE3DA; }
p { color: rgb(107,227,218); }
H1.HeaderClassName
{
color: #6BE3DA;
}
.AnyTagClassName
{
color: #6BE3DA;
}
</style>
background-color css
<style>
a { background-color: #6BE3DA; }
a { background-color: rgb(107,227,218); }
div.DivClassName
{
background-color: #6BE3DA;
}
.BgClassName
{
background-color: #6BE3DA;
}
</style>
border-color css
<style>
span { border-color: #6BE3DA; }
span { border-color: rgb(107,227,218); }
td.TdClassName
{
border-color: #6BE3DA;
}
.TagClassName
{
border-color: #6BE3DA;
}
</style>