Shades of Turquoise Blue #6BDEF9
Tints of Turquoise Blue #6BDEF9
RGB
CMYK
RGB Variations
Color information
#6BDEF9 (or 0x6BDEF9) is known color: Turquoise Blue. HEX triplet: 6B, DE and F9. RGB value is (107,222,249). Sum of RGB (Red+Green+Blue) = 107+222+249=578 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.51% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #6BDEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDEF9 is #942106. Grayscale: #BEBEBE. Windows color (decimal): -9707783 or 16375403. OLE color: 16375403.
HSL color Cylindrical-coordinate representation of color #6BDEF9: hue angle of 191.41º 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 #6BDEF9 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 222 | 249 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.02 |
| HSL | 191.41º | 0.92% | 0.7% | - |
| HSV(B) | 191.41º | 0.57% | 0.98% | - |
| XYZ | 49.28 | 62.21 | 99.03 | - |
| YUV | 190.69 | 160.9 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 222 | 249 | 0.57 | 0.11 | 0 | 0.02 | 191.41 | 0.92 | 0.7 |
| Hex | 6B | DE | F9 | 39 | B | 0 | 2 | BF | 5C | 46 |
| Octal | 153 | 336 | 371 | 71 | 13 | 0 | 2 | 277 | 134 | 106 |
| Binary | 1101011 | 11011110 | 11111001 | 111001 | 1011 | 0 | 10 | 10111111 | 1011100 | 1000110 |
Color Harmonies of #6BDEF9
Complementary color
Monochromatic Colors of #6BDEF9
Black with #6BDEF9
Text Example
Text Example
White with #6BDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDEF9; }
p { color: rgb(107,222,249); }
H1.HeaderClassName
{
color: #6BDEF9;
}
.AnyTagClassName
{
color: #6BDEF9;
}
</style>
background-color css
<style>
a { background-color: #6BDEF9; }
a { background-color: rgb(107,222,249); }
div.DivClassName
{
background-color: #6BDEF9;
}
.BgClassName
{
background-color: #6BDEF9;
}
</style>
border-color css
<style>
span { border-color: #6BDEF9; }
span { border-color: rgb(107,222,249); }
td.TdClassName
{
border-color: #6BDEF9;
}
.TagClassName
{
border-color: #6BDEF9;
}
</style>