Shades of Turquoise Blue #6DE6FD
Tints of Turquoise Blue #6DE6FD
RGB
CMYK
RGB Variations
Color information
#6DE6FD (or 0x6DE6FD) is known color: Turquoise Blue. HEX triplet: 6D, E6 and FD. RGB value is (109,230,253). Sum of RGB (Red+Green+Blue) = 109+230+253=592 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.41% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DE6FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DE6FD is #921902. Grayscale: #C4C4C4. Windows color (decimal): -9574659 or 16639597. OLE color: 16639597.
HSL color Cylindrical-coordinate representation of color #6DE6FD: hue angle of 189.58º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DE6FD is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 230 | 253 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.01 |
| HSL | 189.58º | 0.97% | 0.71% | - |
| HSV(B) | 189.58º | 0.57% | 0.99% | - |
| XYZ | 52.33 | 66.94 | 103.09 | - |
| YUV | 196.44 | 159.91 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 230 | 253 | 0.57 | 0.09 | 0 | 0.01 | 189.58 | 0.97 | 0.71 |
| Hex | 6D | E6 | FD | 39 | 9 | 0 | 1 | BE | 61 | 47 |
| Octal | 155 | 346 | 375 | 71 | 11 | 0 | 1 | 276 | 141 | 107 |
| Binary | 1101101 | 11100110 | 11111101 | 111001 | 1001 | 0 | 1 | 10111110 | 1100001 | 1000111 |
Color Harmonies of #6DE6FD
Complementary color
Monochromatic Colors of #6DE6FD
Black with #6DE6FD
Text Example
Text Example
White with #6DE6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE6FD; }
p { color: rgb(109,230,253); }
H1.HeaderClassName
{
color: #6DE6FD;
}
.AnyTagClassName
{
color: #6DE6FD;
}
</style>
background-color css
<style>
a { background-color: #6DE6FD; }
a { background-color: rgb(109,230,253); }
div.DivClassName
{
background-color: #6DE6FD;
}
.BgClassName
{
background-color: #6DE6FD;
}
</style>
border-color css
<style>
span { border-color: #6DE6FD; }
span { border-color: rgb(109,230,253); }
td.TdClassName
{
border-color: #6DE6FD;
}
.TagClassName
{
border-color: #6DE6FD;
}
</style>