Shades of Turquoise Blue #6FEBEB
Tints of Turquoise Blue #6FEBEB
RGB
CMYK
RGB Variations
Color information
#6FEBEB (or 0x6FEBEB) is known color: Turquoise Blue. HEX triplet: 6F, EB and EB. RGB value is (111,235,235). Sum of RGB (Red+Green+Blue) = 111+235+235=581 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.10% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #6FEBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEBEB is #901414. Grayscale: #C5C5C5. Windows color (decimal): -9442325 or 15461231. OLE color: 15461231.
HSL color Cylindrical-coordinate representation of color #6FEBEB: hue angle of 180º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEBEB is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 235 | 235 | - |
| CMYK | 0.53 | 0 | 0 | 0.08 |
| HSL | 180º | 0.76% | 0.68% | - |
| HSV(B) | 180º | 0.53% | 0.92% | - |
| XYZ | 51.26 | 68.79 | 89.17 | - |
| YUV | 197.92 | 148.92 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 235 | 235 | 0.53 | 0 | 0 | 0.08 | 180 | 0.76 | 0.68 |
| Hex | 6F | EB | EB | 35 | 0 | 0 | 8 | B4 | 4C | 44 |
| Octal | 157 | 353 | 353 | 65 | 0 | 0 | 10 | 264 | 114 | 104 |
| Binary | 1101111 | 11101011 | 11101011 | 110101 | 0 | 0 | 1000 | 10110100 | 1001100 | 1000100 |
Color Harmonies of #6FEBEB
Complementary color
Monochromatic Colors of #6FEBEB
Black with #6FEBEB
Text Example
Text Example
White with #6FEBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEBEB; }
p { color: rgb(111,235,235); }
H1.HeaderClassName
{
color: #6FEBEB;
}
.AnyTagClassName
{
color: #6FEBEB;
}
</style>
background-color css
<style>
a { background-color: #6FEBEB; }
a { background-color: rgb(111,235,235); }
div.DivClassName
{
background-color: #6FEBEB;
}
.BgClassName
{
background-color: #6FEBEB;
}
</style>
border-color css
<style>
span { border-color: #6FEBEB; }
span { border-color: rgb(111,235,235); }
td.TdClassName
{
border-color: #6FEBEB;
}
.TagClassName
{
border-color: #6FEBEB;
}
</style>