Shades of Turquoise Blue #6DDDFB
Tints of Turquoise Blue #6DDDFB
RGB
CMYK
RGB Variations
Color information
#6DDDFB (or 0x6DDDFB) is known color: Turquoise Blue. HEX triplet: 6D, DD and FB. RGB value is (109,221,251). Sum of RGB (Red+Green+Blue) = 109+221+251=581 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.76% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #6DDDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDDFB is #922204. Grayscale: #BEBEBE. Windows color (decimal): -9576965 or 16506221. OLE color: 16506221.
HSL color Cylindrical-coordinate representation of color #6DDDFB: hue angle of 192.68º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DDDFB is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 221 | 251 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.02 |
| HSL | 192.68º | 0.95% | 0.71% | - |
| HSV(B) | 192.68º | 0.57% | 0.98% | - |
| XYZ | 49.58 | 61.93 | 100.61 | - |
| YUV | 190.93 | 161.89 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 251 | 0.57 | 0.12 | 0 | 0.02 | 192.68 | 0.95 | 0.71 |
| Hex | 6D | DD | FB | 39 | C | 0 | 2 | C1 | 5F | 47 |
| Octal | 155 | 335 | 373 | 71 | 14 | 0 | 2 | 301 | 137 | 107 |
| Binary | 1101101 | 11011101 | 11111011 | 111001 | 1100 | 0 | 10 | 11000001 | 1011111 | 1000111 |
Color Harmonies of #6DDDFB
Complementary color
Monochromatic Colors of #6DDDFB
Black with #6DDDFB
Text Example
Text Example
White with #6DDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDFB; }
p { color: rgb(109,221,251); }
H1.HeaderClassName
{
color: #6DDDFB;
}
.AnyTagClassName
{
color: #6DDDFB;
}
</style>
background-color css
<style>
a { background-color: #6DDDFB; }
a { background-color: rgb(109,221,251); }
div.DivClassName
{
background-color: #6DDDFB;
}
.BgClassName
{
background-color: #6DDDFB;
}
</style>
border-color css
<style>
span { border-color: #6DDDFB; }
span { border-color: rgb(109,221,251); }
td.TdClassName
{
border-color: #6DDDFB;
}
.TagClassName
{
border-color: #6DDDFB;
}
</style>