Shades of Turquoise Blue #6DE2F1
Tints of Turquoise Blue #6DE2F1
RGB
CMYK
RGB Variations
Color information
#6DE2F1 (or 0x6DE2F1) is known color: Turquoise Blue. HEX triplet: 6D, E2 and F1. RGB value is (109,226,241). Sum of RGB (Red+Green+Blue) = 109+226+241=576 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.92% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DE2F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DE2F1 is #921D0E. Grayscale: #C0C0C0. Windows color (decimal): -9575695 or 15852141. OLE color: 15852141.
HSL color Cylindrical-coordinate representation of color #6DE2F1: hue angle of 186.82º 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 #6DE2F1 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 226 | 241 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.05 |
| HSL | 186.82º | 0.83% | 0.69% | - |
| HSV(B) | 186.82º | 0.55% | 0.95% | - |
| XYZ | 49.38 | 63.99 | 92.97 | - |
| YUV | 192.73 | 155.24 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 226 | 241 | 0.55 | 0.06 | 0 | 0.05 | 186.82 | 0.83 | 0.69 |
| Hex | 6D | E2 | F1 | 37 | 6 | 0 | 5 | BB | 52 | 45 |
| Octal | 155 | 342 | 361 | 67 | 6 | 0 | 5 | 273 | 122 | 105 |
| Binary | 1101101 | 11100010 | 11110001 | 110111 | 110 | 0 | 101 | 10111011 | 1010010 | 1000101 |
Color Harmonies of #6DE2F1
Complementary color
Monochromatic Colors of #6DE2F1
Black with #6DE2F1
Text Example
Text Example
White with #6DE2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE2F1; }
p { color: rgb(109,226,241); }
H1.HeaderClassName
{
color: #6DE2F1;
}
.AnyTagClassName
{
color: #6DE2F1;
}
</style>
background-color css
<style>
a { background-color: #6DE2F1; }
a { background-color: rgb(109,226,241); }
div.DivClassName
{
background-color: #6DE2F1;
}
.BgClassName
{
background-color: #6DE2F1;
}
</style>
border-color css
<style>
span { border-color: #6DE2F1; }
span { border-color: rgb(109,226,241); }
td.TdClassName
{
border-color: #6DE2F1;
}
.TagClassName
{
border-color: #6DE2F1;
}
</style>