Shades of Turquoise Blue #6DDFFF
Tints of Turquoise Blue #6DDFFF
RGB
CMYK
RGB Variations
Color information
#6DDFFF (or 0x6DDFFF) is known color: Turquoise Blue. HEX triplet: 6D, DF and FF. RGB value is (109,223,255). Sum of RGB (Red+Green+Blue) = 109+223+255=587 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.57% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DDFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDFFF is #922000. Grayscale: #C0C0C0. Windows color (decimal): -9576449 or 16768877. OLE color: 16768877.
HSL color Cylindrical-coordinate representation of color #6DDFFF: hue angle of 193.15º 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 #6DDFFF is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 223 | 255 | - |
| CMYK | 0.57 | 0.13 | 0 | 0 |
| HSL | 193.15º | 1% | 0.71% | - |
| HSV(B) | 193.15º | 0.57% | 1% | - |
| XYZ | 50.74 | 63.25 | 104.14 | - |
| YUV | 192.56 | 163.23 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 223 | 255 | 0.57 | 0.13 | 0 | 0 | 193.15 | 1 | 0.71 |
| Hex | 6D | DF | FF | 39 | D | 0 | 0 | C1 | 64 | 47 |
| Octal | 155 | 337 | 377 | 71 | 15 | 0 | 0 | 301 | 144 | 107 |
| Binary | 1101101 | 11011111 | 11111111 | 111001 | 1101 | 0 | 0 | 11000001 | 1100100 | 1000111 |
Color Harmonies of #6DDFFF
Complementary color
Monochromatic Colors of #6DDFFF
Black with #6DDFFF
Text Example
Text Example
White with #6DDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDFFF; }
p { color: rgb(109,223,255); }
H1.HeaderClassName
{
color: #6DDFFF;
}
.AnyTagClassName
{
color: #6DDFFF;
}
</style>
background-color css
<style>
a { background-color: #6DDFFF; }
a { background-color: rgb(109,223,255); }
div.DivClassName
{
background-color: #6DDFFF;
}
.BgClassName
{
background-color: #6DDFFF;
}
</style>
border-color css
<style>
span { border-color: #6DDFFF; }
span { border-color: rgb(109,223,255); }
td.TdClassName
{
border-color: #6DDFFF;
}
.TagClassName
{
border-color: #6DDFFF;
}
</style>