Shades of Turquoise Blue #6BE6DF
Tints of Turquoise Blue #6BE6DF
RGB
CMYK
RGB Variations
Color information
#6BE6DF (or 0x6BE6DF) is known color: Turquoise Blue. HEX triplet: 6B, E6 and DF. RGB value is (107,230,223). Sum of RGB (Red+Green+Blue) = 107+230+223=560 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.11% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 230 - color contains mainly: green. Hex color #6BE6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE6DF is #941920. Grayscale: #C0C0C0. Windows color (decimal): -9705761 or 14673515. OLE color: 14673515.
HSL color Cylindrical-coordinate representation of color #6BE6DF: hue angle of 176.59º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE6DF is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 107 | 230 | 223 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.10 |
| HSL | 176.59º | 0.71% | 0.66% | - |
| HSV(B) | 176.59º | 0.53% | 0.9% | - |
| XYZ | 47.68 | 65.05 | 79.85 | - |
| YUV | 192.43 | 145.25 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 230 | 223 | 0.53 | 0 | 0.03 | 0.10 | 176.59 | 0.71 | 0.66 |
| Hex | 6B | E6 | DF | 35 | 0 | 3 | A | B1 | 47 | 42 |
| Octal | 153 | 346 | 337 | 65 | 0 | 3 | 12 | 261 | 107 | 102 |
| Binary | 1101011 | 11100110 | 11011111 | 110101 | 0 | 11 | 1010 | 10110001 | 1000111 | 1000010 |
Color Harmonies of #6BE6DF
Complementary color
Monochromatic Colors of #6BE6DF
Black with #6BE6DF
Text Example
Text Example
White with #6BE6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE6DF; }
p { color: rgb(107,230,223); }
H1.HeaderClassName
{
color: #6BE6DF;
}
.AnyTagClassName
{
color: #6BE6DF;
}
</style>
background-color css
<style>
a { background-color: #6BE6DF; }
a { background-color: rgb(107,230,223); }
div.DivClassName
{
background-color: #6BE6DF;
}
.BgClassName
{
background-color: #6BE6DF;
}
</style>
border-color css
<style>
span { border-color: #6BE6DF; }
span { border-color: rgb(107,230,223); }
td.TdClassName
{
border-color: #6BE6DF;
}
.TagClassName
{
border-color: #6BE6DF;
}
</style>