Shades of Turquoise Blue #6DF1E3
Tints of Turquoise Blue #6DF1E3
RGB
CMYK
RGB Variations
Color information
#6DF1E3 (or 0x6DF1E3) is known color: Turquoise Blue. HEX triplet: 6D, F1 and E3. RGB value is (109,241,227). Sum of RGB (Red+Green+Blue) = 109+241+227=577 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.89% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #6DF1E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF1E3 is #920E1C. Grayscale: #C7C7C7. Windows color (decimal): -9571869 or 14938477. OLE color: 14938477.
HSL color Cylindrical-coordinate representation of color #6DF1E3: hue angle of 173.64º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF1E3 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 241 | 227 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.05 |
| HSL | 173.64º | 0.83% | 0.69% | - |
| HSV(B) | 173.64º | 0.55% | 0.95% | - |
| XYZ | 51.63 | 71.71 | 83.79 | - |
| YUV | 199.94 | 143.27 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 241 | 227 | 0.55 | 0 | 0.06 | 0.05 | 173.64 | 0.83 | 0.69 |
| Hex | 6D | F1 | E3 | 37 | 0 | 6 | 5 | AE | 52 | 45 |
| Octal | 155 | 361 | 343 | 67 | 0 | 6 | 5 | 256 | 122 | 105 |
| Binary | 1101101 | 11110001 | 11100011 | 110111 | 0 | 110 | 101 | 10101110 | 1010010 | 1000101 |
Color Harmonies of #6DF1E3
Complementary color
Monochromatic Colors of #6DF1E3
Black with #6DF1E3
Text Example
Text Example
White with #6DF1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF1E3; }
p { color: rgb(109,241,227); }
H1.HeaderClassName
{
color: #6DF1E3;
}
.AnyTagClassName
{
color: #6DF1E3;
}
</style>
background-color css
<style>
a { background-color: #6DF1E3; }
a { background-color: rgb(109,241,227); }
div.DivClassName
{
background-color: #6DF1E3;
}
.BgClassName
{
background-color: #6DF1E3;
}
</style>
border-color css
<style>
span { border-color: #6DF1E3; }
span { border-color: rgb(109,241,227); }
td.TdClassName
{
border-color: #6DF1E3;
}
.TagClassName
{
border-color: #6DF1E3;
}
</style>