Shades of Turquoise Blue #6DDDFD
Tints of Turquoise Blue #6DDDFD
RGB
CMYK
RGB Variations
Color information
#6DDDFD (or 0x6DDDFD) is known color: Turquoise Blue. HEX triplet: 6D, DD and FD. RGB value is (109,221,253). Sum of RGB (Red+Green+Blue) = 109+221+253=583 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.70% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DDDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDDFD is #922202. Grayscale: #BEBEBE. Windows color (decimal): -9576963 or 16637293. OLE color: 16637293.
HSL color Cylindrical-coordinate representation of color #6DDDFD: hue angle of 193.33º 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 #6DDDFD is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 221 | 253 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.01 |
| HSL | 193.33º | 0.97% | 0.71% | - |
| HSV(B) | 193.33º | 0.57% | 0.99% | - |
| XYZ | 49.89 | 62.06 | 102.28 | - |
| YUV | 191.16 | 162.89 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 253 | 0.57 | 0.13 | 0 | 0.01 | 193.33 | 0.97 | 0.71 |
| Hex | 6D | DD | FD | 39 | D | 0 | 1 | C1 | 61 | 47 |
| Octal | 155 | 335 | 375 | 71 | 15 | 0 | 1 | 301 | 141 | 107 |
| Binary | 1101101 | 11011101 | 11111101 | 111001 | 1101 | 0 | 1 | 11000001 | 1100001 | 1000111 |
Color Harmonies of #6DDDFD
Complementary color
Monochromatic Colors of #6DDDFD
Black with #6DDDFD
Text Example
Text Example
White with #6DDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDFD; }
p { color: rgb(109,221,253); }
H1.HeaderClassName
{
color: #6DDDFD;
}
.AnyTagClassName
{
color: #6DDDFD;
}
</style>
background-color css
<style>
a { background-color: #6DDDFD; }
a { background-color: rgb(109,221,253); }
div.DivClassName
{
background-color: #6DDDFD;
}
.BgClassName
{
background-color: #6DDDFD;
}
</style>
border-color css
<style>
span { border-color: #6DDDFD; }
span { border-color: rgb(109,221,253); }
td.TdClassName
{
border-color: #6DDDFD;
}
.TagClassName
{
border-color: #6DDDFD;
}
</style>