Shades of Turquoise Blue #6BDCEF
Tints of Turquoise Blue #6BDCEF
RGB
CMYK
RGB Variations
Color information
#6BDCEF (or 0x6BDCEF) is known color: Turquoise Blue. HEX triplet: 6B, DC and EF. RGB value is (107,220,239). Sum of RGB (Red+Green+Blue) = 107+220+239=566 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.90% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BDCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDCEF is #942310. Grayscale: #BCBCBC. Windows color (decimal): -9708305 or 15719531. OLE color: 15719531.
HSL color Cylindrical-coordinate representation of color #6BDCEF: hue angle of 188.64º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BDCEF is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 220 | 239 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.06 |
| HSL | 188.64º | 0.8% | 0.68% | - |
| HSV(B) | 188.64º | 0.55% | 0.94% | - |
| XYZ | 47.24 | 60.54 | 90.86 | - |
| YUV | 188.38 | 156.56 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 239 | 0.55 | 0.08 | 0 | 0.06 | 188.64 | 0.8 | 0.68 |
| Hex | 6B | DC | EF | 37 | 8 | 0 | 6 | BD | 50 | 44 |
| Octal | 153 | 334 | 357 | 67 | 10 | 0 | 6 | 275 | 120 | 104 |
| Binary | 1101011 | 11011100 | 11101111 | 110111 | 1000 | 0 | 110 | 10111101 | 1010000 | 1000100 |
Color Harmonies of #6BDCEF
Complementary color
Monochromatic Colors of #6BDCEF
Black with #6BDCEF
Text Example
Text Example
White with #6BDCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDCEF; }
p { color: rgb(107,220,239); }
H1.HeaderClassName
{
color: #6BDCEF;
}
.AnyTagClassName
{
color: #6BDCEF;
}
</style>
background-color css
<style>
a { background-color: #6BDCEF; }
a { background-color: rgb(107,220,239); }
div.DivClassName
{
background-color: #6BDCEF;
}
.BgClassName
{
background-color: #6BDCEF;
}
</style>
border-color css
<style>
span { border-color: #6BDCEF; }
span { border-color: rgb(107,220,239); }
td.TdClassName
{
border-color: #6BDCEF;
}
.TagClassName
{
border-color: #6BDCEF;
}
</style>