Shades of Turquoise Blue #6BDAFE
Tints of Turquoise Blue #6BDAFE
RGB
CMYK
RGB Variations
Color information
#6BDAFE (or 0x6BDAFE) is known color: Turquoise Blue. HEX triplet: 6B, DA and FE. RGB value is (107,218,254). Sum of RGB (Red+Green+Blue) = 107+218+254=579 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.48% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BDAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDAFE is #942501. Grayscale: #BCBCBC. Windows color (decimal): -9708802 or 16702059. OLE color: 16702059.
HSL color Cylindrical-coordinate representation of color #6BDAFE: hue angle of 194.69º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BDAFE is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 218 | 254 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.00 |
| HSL | 194.69º | 0.99% | 0.71% | - |
| HSV(B) | 194.69º | 0.58% | 1% | - |
| XYZ | 49.02 | 60.42 | 102.85 | - |
| YUV | 188.92 | 164.73 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 254 | 0.58 | 0.14 | 0 | 0.00 | 194.69 | 0.99 | 0.71 |
| Hex | 6B | DA | FE | 3A | E | 0 | 0 | C3 | 63 | 47 |
| Octal | 153 | 332 | 376 | 72 | 16 | 0 | 0 | 303 | 143 | 107 |
| Binary | 1101011 | 11011010 | 11111110 | 111010 | 1110 | 0 | 0 | 11000011 | 1100011 | 1000111 |
Color Harmonies of #6BDAFE
Complementary color
Monochromatic Colors of #6BDAFE
Black with #6BDAFE
Text Example
Text Example
White with #6BDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDAFE; }
p { color: rgb(107,218,254); }
H1.HeaderClassName
{
color: #6BDAFE;
}
.AnyTagClassName
{
color: #6BDAFE;
}
</style>
background-color css
<style>
a { background-color: #6BDAFE; }
a { background-color: rgb(107,218,254); }
div.DivClassName
{
background-color: #6BDAFE;
}
.BgClassName
{
background-color: #6BDAFE;
}
</style>
border-color css
<style>
span { border-color: #6BDAFE; }
span { border-color: rgb(107,218,254); }
td.TdClassName
{
border-color: #6BDAFE;
}
.TagClassName
{
border-color: #6BDAFE;
}
</style>