Shades of Turquoise Blue #6DD8FA
Tints of Turquoise Blue #6DD8FA
RGB
CMYK
RGB Variations
Color information
#6DD8FA (or 0x6DD8FA) is known color: Turquoise Blue. HEX triplet: 6D, D8 and FA. RGB value is (109,216,250). Sum of RGB (Red+Green+Blue) = 109+216+250=575 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.96% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DD8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD8FA is #922705. Grayscale: #BBBBBB. Windows color (decimal): -9578246 or 16439405. OLE color: 16439405.
HSL color Cylindrical-coordinate representation of color #6DD8FA: hue angle of 194.47º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DD8FA is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 216 | 250 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.02 |
| HSL | 194.47º | 0.93% | 0.7% | - |
| HSV(B) | 194.47º | 0.56% | 0.98% | - |
| XYZ | 48.12 | 59.27 | 99.35 | - |
| YUV | 187.88 | 163.05 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 216 | 250 | 0.56 | 0.14 | 0 | 0.02 | 194.47 | 0.93 | 0.7 |
| Hex | 6D | D8 | FA | 38 | E | 0 | 2 | C2 | 5D | 46 |
| Octal | 155 | 330 | 372 | 70 | 16 | 0 | 2 | 302 | 135 | 106 |
| Binary | 1101101 | 11011000 | 11111010 | 111000 | 1110 | 0 | 10 | 11000010 | 1011101 | 1000110 |
Color Harmonies of #6DD8FA
Complementary color
Monochromatic Colors of #6DD8FA
Black with #6DD8FA
Text Example
Text Example
White with #6DD8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD8FA; }
p { color: rgb(109,216,250); }
H1.HeaderClassName
{
color: #6DD8FA;
}
.AnyTagClassName
{
color: #6DD8FA;
}
</style>
background-color css
<style>
a { background-color: #6DD8FA; }
a { background-color: rgb(109,216,250); }
div.DivClassName
{
background-color: #6DD8FA;
}
.BgClassName
{
background-color: #6DD8FA;
}
</style>
border-color css
<style>
span { border-color: #6DD8FA; }
span { border-color: rgb(109,216,250); }
td.TdClassName
{
border-color: #6DD8FA;
}
.TagClassName
{
border-color: #6DD8FA;
}
</style>