Shades of Turquoise Blue #6BEEEC
Tints of Turquoise Blue #6BEEEC
RGB
CMYK
RGB Variations
Color information
#6BEEEC (or 0x6BEEEC) is known color: Turquoise Blue. HEX triplet: 6B, EE and EC. RGB value is (107,238,236). Sum of RGB (Red+Green+Blue) = 107+238+236=581 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.42% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #6BEEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEEEC is #941113. Grayscale: #C6C6C6. Windows color (decimal): -9703700 or 15527531. OLE color: 15527531.
HSL color Cylindrical-coordinate representation of color #6BEEEC: hue angle of 179.08º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEEEC is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 238 | 236 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.07 |
| HSL | 179.08º | 0.79% | 0.68% | - |
| HSV(B) | 179.08º | 0.55% | 0.93% | - |
| XYZ | 51.78 | 70.33 | 90.2 | - |
| YUV | 198.6 | 149.1 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 238 | 236 | 0.55 | 0 | 0.01 | 0.07 | 179.08 | 0.79 | 0.68 |
| Hex | 6B | EE | EC | 37 | 0 | 1 | 7 | B3 | 4F | 44 |
| Octal | 153 | 356 | 354 | 67 | 0 | 1 | 7 | 263 | 117 | 104 |
| Binary | 1101011 | 11101110 | 11101100 | 110111 | 0 | 1 | 111 | 10110011 | 1001111 | 1000100 |
Color Harmonies of #6BEEEC
Complementary color
Monochromatic Colors of #6BEEEC
Black with #6BEEEC
Text Example
Text Example
White with #6BEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEEEC; }
p { color: rgb(107,238,236); }
H1.HeaderClassName
{
color: #6BEEEC;
}
.AnyTagClassName
{
color: #6BEEEC;
}
</style>
background-color css
<style>
a { background-color: #6BEEEC; }
a { background-color: rgb(107,238,236); }
div.DivClassName
{
background-color: #6BEEEC;
}
.BgClassName
{
background-color: #6BEEEC;
}
</style>
border-color css
<style>
span { border-color: #6BEEEC; }
span { border-color: rgb(107,238,236); }
td.TdClassName
{
border-color: #6BEEEC;
}
.TagClassName
{
border-color: #6BEEEC;
}
</style>