Shades of Turquoise Blue #6DDAFF
Tints of Turquoise Blue #6DDAFF
RGB
CMYK
RGB Variations
Color information
#6DDAFF (or 0x6DDAFF) is known color: Turquoise Blue. HEX triplet: 6D, DA and FF. RGB value is (109,218,255). Sum of RGB (Red+Green+Blue) = 109+218+255=582 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.73% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DDAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDAFF is #922500. Grayscale: #BDBDBD. Windows color (decimal): -9577729 or 16767597. OLE color: 16767597.
HSL color Cylindrical-coordinate representation of color #6DDAFF: hue angle of 195.21º 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 #6DDAFF is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 218 | 255 | - |
| CMYK | 0.57 | 0.15 | 0 | 0 |
| HSL | 195.21º | 1% | 0.71% | - |
| HSV(B) | 195.21º | 0.57% | 1% | - |
| XYZ | 49.43 | 60.61 | 103.7 | - |
| YUV | 189.63 | 164.89 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 255 | 0.57 | 0.15 | 0 | 0 | 195.21 | 1 | 0.71 |
| Hex | 6D | DA | FF | 39 | F | 0 | 0 | C3 | 64 | 47 |
| Octal | 155 | 332 | 377 | 71 | 17 | 0 | 0 | 303 | 144 | 107 |
| Binary | 1101101 | 11011010 | 11111111 | 111001 | 1111 | 0 | 0 | 11000011 | 1100100 | 1000111 |
Color Harmonies of #6DDAFF
Complementary color
Monochromatic Colors of #6DDAFF
Black with #6DDAFF
Text Example
Text Example
White with #6DDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDAFF; }
p { color: rgb(109,218,255); }
H1.HeaderClassName
{
color: #6DDAFF;
}
.AnyTagClassName
{
color: #6DDAFF;
}
</style>
background-color css
<style>
a { background-color: #6DDAFF; }
a { background-color: rgb(109,218,255); }
div.DivClassName
{
background-color: #6DDAFF;
}
.BgClassName
{
background-color: #6DDAFF;
}
</style>
border-color css
<style>
span { border-color: #6DDAFF; }
span { border-color: rgb(109,218,255); }
td.TdClassName
{
border-color: #6DDAFF;
}
.TagClassName
{
border-color: #6DDAFF;
}
</style>