Shades of Turquoise Blue #6BCEE0
Tints of Turquoise Blue #6BCEE0
RGB
CMYK
RGB Variations
Color information
#6BCEE0 (or 0x6BCEE0) is known color: Turquoise Blue. HEX triplet: 6B, CE and E0. RGB value is (107,206,224). Sum of RGB (Red+Green+Blue) = 107+206+224=537 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.93% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #6BCEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCEE0 is #94311F. Grayscale: #B2B2B2. Windows color (decimal): -9711904 or 14732907. OLE color: 14732907.
HSL color Cylindrical-coordinate representation of color #6BCEE0: hue angle of 189.23º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BCEE0 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 206 | 224 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.12 |
| HSL | 189.23º | 0.65% | 0.65% | - |
| HSV(B) | 189.23º | 0.52% | 0.88% | - |
| XYZ | 41.59 | 52.65 | 78.49 | - |
| YUV | 178.45 | 153.7 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 206 | 224 | 0.52 | 0.08 | 0 | 0.12 | 189.23 | 0.65 | 0.65 |
| Hex | 6B | CE | E0 | 34 | 8 | 0 | C | BD | 41 | 41 |
| Octal | 153 | 316 | 340 | 64 | 10 | 0 | 14 | 275 | 101 | 101 |
| Binary | 1101011 | 11001110 | 11100000 | 110100 | 1000 | 0 | 1100 | 10111101 | 1000001 | 1000001 |
Color Harmonies of #6BCEE0
Complementary color
Monochromatic Colors of #6BCEE0
Black with #6BCEE0
Text Example
Text Example
White with #6BCEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCEE0; }
p { color: rgb(107,206,224); }
H1.HeaderClassName
{
color: #6BCEE0;
}
.AnyTagClassName
{
color: #6BCEE0;
}
</style>
background-color css
<style>
a { background-color: #6BCEE0; }
a { background-color: rgb(107,206,224); }
div.DivClassName
{
background-color: #6BCEE0;
}
.BgClassName
{
background-color: #6BCEE0;
}
</style>
border-color css
<style>
span { border-color: #6BCEE0; }
span { border-color: rgb(107,206,224); }
td.TdClassName
{
border-color: #6BCEE0;
}
.TagClassName
{
border-color: #6BCEE0;
}
</style>