Shades of Turquoise Blue #6DDBFF
Tints of Turquoise Blue #6DDBFF
RGB
CMYK
RGB Variations
Color information
#6DDBFF (or 0x6DDBFF) is known color: Turquoise Blue. HEX triplet: 6D, DB and FF. RGB value is (109,219,255). Sum of RGB (Red+Green+Blue) = 109+219+255=583 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.70% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DDBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDBFF is #922400. Grayscale: #BDBDBD. Windows color (decimal): -9577473 or 16767853. OLE color: 16767853.
HSL color Cylindrical-coordinate representation of color #6DDBFF: hue angle of 194.79º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DDBFF is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 219 | 255 | - |
| CMYK | 0.57 | 0.14 | 0 | 0 |
| HSL | 194.79º | 1% | 0.71% | - |
| HSV(B) | 194.79º | 0.57% | 1% | - |
| XYZ | 49.69 | 61.13 | 103.79 | - |
| YUV | 190.21 | 164.56 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 255 | 0.57 | 0.14 | 0 | 0 | 194.79 | 1 | 0.71 |
| Hex | 6D | DB | FF | 39 | E | 0 | 0 | C3 | 64 | 47 |
| Octal | 155 | 333 | 377 | 71 | 16 | 0 | 0 | 303 | 144 | 107 |
| Binary | 1101101 | 11011011 | 11111111 | 111001 | 1110 | 0 | 0 | 11000011 | 1100100 | 1000111 |
Color Harmonies of #6DDBFF
Complementary color
Monochromatic Colors of #6DDBFF
Black with #6DDBFF
Text Example
Text Example
White with #6DDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBFF; }
p { color: rgb(109,219,255); }
H1.HeaderClassName
{
color: #6DDBFF;
}
.AnyTagClassName
{
color: #6DDBFF;
}
</style>
background-color css
<style>
a { background-color: #6DDBFF; }
a { background-color: rgb(109,219,255); }
div.DivClassName
{
background-color: #6DDBFF;
}
.BgClassName
{
background-color: #6DDBFF;
}
</style>
border-color css
<style>
span { border-color: #6DDBFF; }
span { border-color: rgb(109,219,255); }
td.TdClassName
{
border-color: #6DDBFF;
}
.TagClassName
{
border-color: #6DDBFF;
}
</style>