Shades of Turquoise Blue #6BDAFF
Tints of Turquoise Blue #6BDAFF
RGB
CMYK
RGB Variations
Color information
#6BDAFF (or 0x6BDAFF) is known color: Turquoise Blue. HEX triplet: 6B, DA and FF. RGB value is (107,218,255). Sum of RGB (Red+Green+Blue) = 107+218+255=580 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.45% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BDAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDAFF is #942500. Grayscale: #BCBCBC. Windows color (decimal): -9708801 or 16767595. OLE color: 16767595.
HSL color Cylindrical-coordinate representation of color #6BDAFF: hue angle of 195º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BDAFF is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 218 | 255 | - |
| CMYK | 0.58 | 0.15 | 0 | 0 |
| HSL | 195º | 1% | 0.71% | - |
| HSV(B) | 195º | 0.58% | 1% | - |
| XYZ | 49.18 | 60.49 | 103.69 | - |
| YUV | 189.03 | 165.23 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 255 | 0.58 | 0.15 | 0 | 0 | 195 | 1 | 0.71 |
| Hex | 6B | DA | FF | 3A | F | 0 | 0 | C3 | 64 | 47 |
| Octal | 153 | 332 | 377 | 72 | 17 | 0 | 0 | 303 | 144 | 107 |
| Binary | 1101011 | 11011010 | 11111111 | 111010 | 1111 | 0 | 0 | 11000011 | 1100100 | 1000111 |
Color Harmonies of #6BDAFF
Complementary color
Monochromatic Colors of #6BDAFF
Black with #6BDAFF
Text Example
Text Example
White with #6BDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDAFF; }
p { color: rgb(107,218,255); }
H1.HeaderClassName
{
color: #6BDAFF;
}
.AnyTagClassName
{
color: #6BDAFF;
}
</style>
background-color css
<style>
a { background-color: #6BDAFF; }
a { background-color: rgb(107,218,255); }
div.DivClassName
{
background-color: #6BDAFF;
}
.BgClassName
{
background-color: #6BDAFF;
}
</style>
border-color css
<style>
span { border-color: #6BDAFF; }
span { border-color: rgb(107,218,255); }
td.TdClassName
{
border-color: #6BDAFF;
}
.TagClassName
{
border-color: #6BDAFF;
}
</style>