Shades of Turquoise Blue #6BEBEE
Tints of Turquoise Blue #6BEBEE
RGB
CMYK
RGB Variations
Color information
#6BEBEE (or 0x6BEBEE) is known color: Turquoise Blue. HEX triplet: 6B, EB and EE. RGB value is (107,235,238). Sum of RGB (Red+Green+Blue) = 107+235+238=580 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.45% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #6BEBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEBEE is #941411. Grayscale: #C4C4C4. Windows color (decimal): -9704466 or 15657835. OLE color: 15657835.
HSL color Cylindrical-coordinate representation of color #6BEBEE: hue angle of 181.37º 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 #6BEBEE is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 235 | 238 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.07 |
| HSL | 181.37º | 0.79% | 0.68% | - |
| HSV(B) | 181.37º | 0.55% | 0.93% | - |
| XYZ | 51.2 | 68.72 | 91.45 | - |
| YUV | 197.07 | 151.09 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 235 | 238 | 0.55 | 0.01 | 0 | 0.07 | 181.37 | 0.79 | 0.68 |
| Hex | 6B | EB | EE | 37 | 1 | 0 | 7 | B5 | 4F | 44 |
| Octal | 153 | 353 | 356 | 67 | 1 | 0 | 7 | 265 | 117 | 104 |
| Binary | 1101011 | 11101011 | 11101110 | 110111 | 1 | 0 | 111 | 10110101 | 1001111 | 1000100 |
Color Harmonies of #6BEBEE
Complementary color
Monochromatic Colors of #6BEBEE
Black with #6BEBEE
Text Example
Text Example
White with #6BEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEBEE; }
p { color: rgb(107,235,238); }
H1.HeaderClassName
{
color: #6BEBEE;
}
.AnyTagClassName
{
color: #6BEBEE;
}
</style>
background-color css
<style>
a { background-color: #6BEBEE; }
a { background-color: rgb(107,235,238); }
div.DivClassName
{
background-color: #6BEBEE;
}
.BgClassName
{
background-color: #6BEBEE;
}
</style>
border-color css
<style>
span { border-color: #6BEBEE; }
span { border-color: rgb(107,235,238); }
td.TdClassName
{
border-color: #6BEBEE;
}
.TagClassName
{
border-color: #6BEBEE;
}
</style>