Shades of Turquoise Blue #6BCBE3
Tints of Turquoise Blue #6BCBE3
RGB
CMYK
RGB Variations
Color information
#6BCBE3 (or 0x6BCBE3) is known color: Turquoise Blue. HEX triplet: 6B, CB and E3. RGB value is (107,203,227). Sum of RGB (Red+Green+Blue) = 107+203+227=537 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.93% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 227 (89.06% from 255 or 42.27% from 537); Max value from RGB is 227 - color contains mainly: blue. Hex color #6BCBE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCBE3 is #94341C. Grayscale: #B0B0B0. Windows color (decimal): -9712669 or 14928747. OLE color: 14928747.
HSL color Cylindrical-coordinate representation of color #6BCBE3: hue angle of 192º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BCBE3 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 203 | 227 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.11 |
| HSL | 192º | 0.68% | 0.65% | - |
| HSV(B) | 192º | 0.53% | 0.89% | - |
| XYZ | 41.28 | 51.38 | 80.42 | - |
| YUV | 177.03 | 156.2 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 227 | 0.53 | 0.11 | 0 | 0.11 | 192 | 0.68 | 0.65 |
| Hex | 6B | CB | E3 | 35 | B | 0 | B | C0 | 44 | 41 |
| Octal | 153 | 313 | 343 | 65 | 13 | 0 | 13 | 300 | 104 | 101 |
| Binary | 1101011 | 11001011 | 11100011 | 110101 | 1011 | 0 | 1011 | 11000000 | 1000100 | 1000001 |
Color Harmonies of #6BCBE3
Complementary color
Monochromatic Colors of #6BCBE3
Black with #6BCBE3
Text Example
Text Example
White with #6BCBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCBE3; }
p { color: rgb(107,203,227); }
H1.HeaderClassName
{
color: #6BCBE3;
}
.AnyTagClassName
{
color: #6BCBE3;
}
</style>
background-color css
<style>
a { background-color: #6BCBE3; }
a { background-color: rgb(107,203,227); }
div.DivClassName
{
background-color: #6BCBE3;
}
.BgClassName
{
background-color: #6BCBE3;
}
</style>
border-color css
<style>
span { border-color: #6BCBE3; }
span { border-color: rgb(107,203,227); }
td.TdClassName
{
border-color: #6BCBE3;
}
.TagClassName
{
border-color: #6BCBE3;
}
</style>