Shades of Turquoise Blue #6BDFEC
Tints of Turquoise Blue #6BDFEC
RGB
CMYK
RGB Variations
Color information
#6BDFEC (or 0x6BDFEC) is known color: Turquoise Blue. HEX triplet: 6B, DF and EC. RGB value is (107,223,236). Sum of RGB (Red+Green+Blue) = 107+223+236=566 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.90% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #6BDFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDFEC is #942013. Grayscale: #BDBDBD. Windows color (decimal): -9707540 or 15523691. OLE color: 15523691.
HSL color Cylindrical-coordinate representation of color #6BDFEC: hue angle of 186.05º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BDFEC is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 223 | 236 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.07 |
| HSL | 186.05º | 0.77% | 0.67% | - |
| HSV(B) | 186.05º | 0.55% | 0.93% | - |
| XYZ | 47.59 | 61.96 | 88.81 | - |
| YUV | 189.8 | 154.07 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 236 | 0.55 | 0.06 | 0 | 0.07 | 186.05 | 0.77 | 0.67 |
| Hex | 6B | DF | EC | 37 | 6 | 0 | 7 | BA | 4D | 43 |
| Octal | 153 | 337 | 354 | 67 | 6 | 0 | 7 | 272 | 115 | 103 |
| Binary | 1101011 | 11011111 | 11101100 | 110111 | 110 | 0 | 111 | 10111010 | 1001101 | 1000011 |
Color Harmonies of #6BDFEC
Complementary color
Monochromatic Colors of #6BDFEC
Black with #6BDFEC
Text Example
Text Example
White with #6BDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDFEC; }
p { color: rgb(107,223,236); }
H1.HeaderClassName
{
color: #6BDFEC;
}
.AnyTagClassName
{
color: #6BDFEC;
}
</style>
background-color css
<style>
a { background-color: #6BDFEC; }
a { background-color: rgb(107,223,236); }
div.DivClassName
{
background-color: #6BDFEC;
}
.BgClassName
{
background-color: #6BDFEC;
}
</style>
border-color css
<style>
span { border-color: #6BDFEC; }
span { border-color: rgb(107,223,236); }
td.TdClassName
{
border-color: #6BDFEC;
}
.TagClassName
{
border-color: #6BDFEC;
}
</style>