Shades of Turquoise Blue #6BE0DA
Tints of Turquoise Blue #6BE0DA
RGB
CMYK
RGB Variations
Color information
#6BE0DA (or 0x6BE0DA) is known color: Turquoise Blue. HEX triplet: 6B, E0 and DA. RGB value is (107,224,218). Sum of RGB (Red+Green+Blue) = 107+224+218=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #6BE0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE0DA is #941F25. Grayscale: #BCBCBC. Windows color (decimal): -9707302 or 14344299. OLE color: 14344299.
HSL color Cylindrical-coordinate representation of color #6BE0DA: hue angle of 176.92º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BE0DA is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 224 | 218 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.12 |
| HSL | 176.92º | 0.65% | 0.65% | - |
| HSV(B) | 176.92º | 0.52% | 0.88% | - |
| XYZ | 45.37 | 61.5 | 75.81 | - |
| YUV | 188.33 | 144.74 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 224 | 218 | 0.52 | 0 | 0.03 | 0.12 | 176.92 | 0.65 | 0.65 |
| Hex | 6B | E0 | DA | 34 | 0 | 3 | C | B1 | 41 | 41 |
| Octal | 153 | 340 | 332 | 64 | 0 | 3 | 14 | 261 | 101 | 101 |
| Binary | 1101011 | 11100000 | 11011010 | 110100 | 0 | 11 | 1100 | 10110001 | 1000001 | 1000001 |
Color Harmonies of #6BE0DA
Complementary color
Monochromatic Colors of #6BE0DA
Black with #6BE0DA
Text Example
Text Example
White with #6BE0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE0DA; }
p { color: rgb(107,224,218); }
H1.HeaderClassName
{
color: #6BE0DA;
}
.AnyTagClassName
{
color: #6BE0DA;
}
</style>
background-color css
<style>
a { background-color: #6BE0DA; }
a { background-color: rgb(107,224,218); }
div.DivClassName
{
background-color: #6BE0DA;
}
.BgClassName
{
background-color: #6BE0DA;
}
</style>
border-color css
<style>
span { border-color: #6BE0DA; }
span { border-color: rgb(107,224,218); }
td.TdClassName
{
border-color: #6BE0DA;
}
.TagClassName
{
border-color: #6BE0DA;
}
</style>