Shades of Turquoise Blue #6DDDFE
Tints of Turquoise Blue #6DDDFE
RGB
CMYK
RGB Variations
Color information
#6DDDFE (or 0x6DDDFE) is known color: Turquoise Blue. HEX triplet: 6D, DD and FE. RGB value is (109,221,254). Sum of RGB (Red+Green+Blue) = 109+221+254=584 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.66% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #6DDDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDDFE is #922201. Grayscale: #BFBFBF. Windows color (decimal): -9576962 or 16702829. OLE color: 16702829.
HSL color Cylindrical-coordinate representation of color #6DDDFE: hue angle of 193.66º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DDDFE is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 221 | 254 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.00 |
| HSL | 193.66º | 0.99% | 0.71% | - |
| HSV(B) | 193.66º | 0.57% | 1% | - |
| XYZ | 50.05 | 62.12 | 103.12 | - |
| YUV | 191.27 | 163.39 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 254 | 0.57 | 0.13 | 0 | 0.00 | 193.66 | 0.99 | 0.71 |
| Hex | 6D | DD | FE | 39 | D | 0 | 0 | C2 | 63 | 47 |
| Octal | 155 | 335 | 376 | 71 | 15 | 0 | 0 | 302 | 143 | 107 |
| Binary | 1101101 | 11011101 | 11111110 | 111001 | 1101 | 0 | 0 | 11000010 | 1100011 | 1000111 |
Color Harmonies of #6DDDFE
Complementary color
Monochromatic Colors of #6DDDFE
Black with #6DDDFE
Text Example
Text Example
White with #6DDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDFE; }
p { color: rgb(109,221,254); }
H1.HeaderClassName
{
color: #6DDDFE;
}
.AnyTagClassName
{
color: #6DDDFE;
}
</style>
background-color css
<style>
a { background-color: #6DDDFE; }
a { background-color: rgb(109,221,254); }
div.DivClassName
{
background-color: #6DDDFE;
}
.BgClassName
{
background-color: #6DDDFE;
}
</style>
border-color css
<style>
span { border-color: #6DDDFE; }
span { border-color: rgb(109,221,254); }
td.TdClassName
{
border-color: #6DDDFE;
}
.TagClassName
{
border-color: #6DDDFE;
}
</style>