Shades of Turquoise Blue #6DD7FA
Tints of Turquoise Blue #6DD7FA
RGB
CMYK
RGB Variations
Color information
#6DD7FA (or 0x6DD7FA) is known color: Turquoise Blue. HEX triplet: 6D, D7 and FA. RGB value is (109,215,250). Sum of RGB (Red+Green+Blue) = 109+215+250=574 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.99% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DD7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD7FA is #922805. Grayscale: #BBBBBB. Windows color (decimal): -9578502 or 16439149. OLE color: 16439149.
HSL color Cylindrical-coordinate representation of color #6DD7FA: hue angle of 194.89º 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 #6DD7FA is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 215 | 250 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.02 |
| HSL | 194.89º | 0.93% | 0.7% | - |
| HSV(B) | 194.89º | 0.56% | 0.98% | - |
| XYZ | 47.86 | 58.75 | 99.26 | - |
| YUV | 187.3 | 163.38 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 215 | 250 | 0.56 | 0.14 | 0 | 0.02 | 194.89 | 0.93 | 0.7 |
| Hex | 6D | D7 | FA | 38 | E | 0 | 2 | C3 | 5D | 46 |
| Octal | 155 | 327 | 372 | 70 | 16 | 0 | 2 | 303 | 135 | 106 |
| Binary | 1101101 | 11010111 | 11111010 | 111000 | 1110 | 0 | 10 | 11000011 | 1011101 | 1000110 |
Color Harmonies of #6DD7FA
Complementary color
Monochromatic Colors of #6DD7FA
Black with #6DD7FA
Text Example
Text Example
White with #6DD7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD7FA; }
p { color: rgb(109,215,250); }
H1.HeaderClassName
{
color: #6DD7FA;
}
.AnyTagClassName
{
color: #6DD7FA;
}
</style>
background-color css
<style>
a { background-color: #6DD7FA; }
a { background-color: rgb(109,215,250); }
div.DivClassName
{
background-color: #6DD7FA;
}
.BgClassName
{
background-color: #6DD7FA;
}
</style>
border-color css
<style>
span { border-color: #6DD7FA; }
span { border-color: rgb(109,215,250); }
td.TdClassName
{
border-color: #6DD7FA;
}
.TagClassName
{
border-color: #6DD7FA;
}
</style>