Shades of Turquoise Blue #6DDBFB
Tints of Turquoise Blue #6DDBFB
RGB
CMYK
RGB Variations
Color information
#6DDBFB (or 0x6DDBFB) is known color: Turquoise Blue. HEX triplet: 6D, DB and FB. RGB value is (109,219,251). Sum of RGB (Red+Green+Blue) = 109+219+251=579 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.83% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #6DDBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDBFB is #922404. Grayscale: #BDBDBD. Windows color (decimal): -9577477 or 16505709. OLE color: 16505709.
HSL color Cylindrical-coordinate representation of color #6DDBFB: hue angle of 193.52º 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 #6DDBFB is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 219 | 251 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.02 |
| HSL | 193.52º | 0.95% | 0.71% | - |
| HSV(B) | 193.52º | 0.57% | 0.98% | - |
| XYZ | 49.05 | 60.88 | 100.43 | - |
| YUV | 189.76 | 162.56 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 251 | 0.57 | 0.13 | 0 | 0.02 | 193.52 | 0.95 | 0.71 |
| Hex | 6D | DB | FB | 39 | D | 0 | 2 | C2 | 5F | 47 |
| Octal | 155 | 333 | 373 | 71 | 15 | 0 | 2 | 302 | 137 | 107 |
| Binary | 1101101 | 11011011 | 11111011 | 111001 | 1101 | 0 | 10 | 11000010 | 1011111 | 1000111 |
Color Harmonies of #6DDBFB
Complementary color
Monochromatic Colors of #6DDBFB
Black with #6DDBFB
Text Example
Text Example
White with #6DDBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBFB; }
p { color: rgb(109,219,251); }
H1.HeaderClassName
{
color: #6DDBFB;
}
.AnyTagClassName
{
color: #6DDBFB;
}
</style>
background-color css
<style>
a { background-color: #6DDBFB; }
a { background-color: rgb(109,219,251); }
div.DivClassName
{
background-color: #6DDBFB;
}
.BgClassName
{
background-color: #6DDBFB;
}
</style>
border-color css
<style>
span { border-color: #6DDBFB; }
span { border-color: rgb(109,219,251); }
td.TdClassName
{
border-color: #6DDBFB;
}
.TagClassName
{
border-color: #6DDBFB;
}
</style>