Shades of Turquoise Blue #6DF1E7
Tints of Turquoise Blue #6DF1E7
RGB
CMYK
RGB Variations
Color information
#6DF1E7 (or 0x6DF1E7) is known color: Turquoise Blue. HEX triplet: 6D, F1 and E7. RGB value is (109,241,231). Sum of RGB (Red+Green+Blue) = 109+241+231=581 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.76% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #6DF1E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF1E7 is #920E18. Grayscale: #C8C8C8. Windows color (decimal): -9571865 or 15200621. OLE color: 15200621.
HSL color Cylindrical-coordinate representation of color #6DF1E7: hue angle of 175.45º 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 #6DF1E7 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 241 | 231 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.05 |
| HSL | 175.45º | 0.83% | 0.69% | - |
| HSV(B) | 175.45º | 0.55% | 0.95% | - |
| XYZ | 52.19 | 71.93 | 86.73 | - |
| YUV | 200.39 | 145.27 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 241 | 231 | 0.55 | 0 | 0.04 | 0.05 | 175.45 | 0.83 | 0.69 |
| Hex | 6D | F1 | E7 | 37 | 0 | 4 | 5 | AF | 52 | 45 |
| Octal | 155 | 361 | 347 | 67 | 0 | 4 | 5 | 257 | 122 | 105 |
| Binary | 1101101 | 11110001 | 11100111 | 110111 | 0 | 100 | 101 | 10101111 | 1010010 | 1000101 |
Color Harmonies of #6DF1E7
Complementary color
Monochromatic Colors of #6DF1E7
Black with #6DF1E7
Text Example
Text Example
White with #6DF1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF1E7; }
p { color: rgb(109,241,231); }
H1.HeaderClassName
{
color: #6DF1E7;
}
.AnyTagClassName
{
color: #6DF1E7;
}
</style>
background-color css
<style>
a { background-color: #6DF1E7; }
a { background-color: rgb(109,241,231); }
div.DivClassName
{
background-color: #6DF1E7;
}
.BgClassName
{
background-color: #6DF1E7;
}
</style>
border-color css
<style>
span { border-color: #6DF1E7; }
span { border-color: rgb(109,241,231); }
td.TdClassName
{
border-color: #6DF1E7;
}
.TagClassName
{
border-color: #6DF1E7;
}
</style>