Shades of Turquoise Blue #6BDFF9
Tints of Turquoise Blue #6BDFF9
RGB
CMYK
RGB Variations
Color information
#6BDFF9 (or 0x6BDFF9) is known color: Turquoise Blue. HEX triplet: 6B, DF and F9. RGB value is (107,223,249). Sum of RGB (Red+Green+Blue) = 107+223+249=579 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.48% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #6BDFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDFF9 is #942006. Grayscale: #BFBFBF. Windows color (decimal): -9707527 or 16375659. OLE color: 16375659.
HSL color Cylindrical-coordinate representation of color #6BDFF9: hue angle of 190.99º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BDFF9 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 223 | 249 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.02 |
| HSL | 190.99º | 0.92% | 0.7% | - |
| HSV(B) | 190.99º | 0.57% | 0.98% | - |
| XYZ | 49.55 | 62.74 | 99.12 | - |
| YUV | 191.28 | 160.57 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 249 | 0.57 | 0.10 | 0 | 0.02 | 190.99 | 0.92 | 0.7 |
| Hex | 6B | DF | F9 | 39 | A | 0 | 2 | BF | 5C | 46 |
| Octal | 153 | 337 | 371 | 71 | 12 | 0 | 2 | 277 | 134 | 106 |
| Binary | 1101011 | 11011111 | 11111001 | 111001 | 1010 | 0 | 10 | 10111111 | 1011100 | 1000110 |
Color Harmonies of #6BDFF9
Complementary color
Monochromatic Colors of #6BDFF9
Black with #6BDFF9
Text Example
Text Example
White with #6BDFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDFF9; }
p { color: rgb(107,223,249); }
H1.HeaderClassName
{
color: #6BDFF9;
}
.AnyTagClassName
{
color: #6BDFF9;
}
</style>
background-color css
<style>
a { background-color: #6BDFF9; }
a { background-color: rgb(107,223,249); }
div.DivClassName
{
background-color: #6BDFF9;
}
.BgClassName
{
background-color: #6BDFF9;
}
</style>
border-color css
<style>
span { border-color: #6BDFF9; }
span { border-color: rgb(107,223,249); }
td.TdClassName
{
border-color: #6BDFF9;
}
.TagClassName
{
border-color: #6BDFF9;
}
</style>