Shades of Turquoise Blue #6BCCE5
Tints of Turquoise Blue #6BCCE5
RGB
CMYK
RGB Variations
Color information
#6BCCE5 (or 0x6BCCE5) is known color: Turquoise Blue. HEX triplet: 6B, CC and E5. RGB value is (107,204,229). Sum of RGB (Red+Green+Blue) = 107+204+229=540 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.81% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #6BCCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCE5 is #94331A. Grayscale: #B1B1B1. Windows color (decimal): -9712411 or 15060075. OLE color: 15060075.
HSL color Cylindrical-coordinate representation of color #6BCCE5: hue angle of 192.3º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BCCE5 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 107 | 204 | 229 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.10 |
| HSL | 192.3º | 0.7% | 0.66% | - |
| HSV(B) | 192.3º | 0.53% | 0.9% | - |
| XYZ | 41.8 | 51.97 | 81.96 | - |
| YUV | 177.85 | 156.86 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 229 | 0.53 | 0.11 | 0 | 0.10 | 192.3 | 0.7 | 0.66 |
| Hex | 6B | CC | E5 | 35 | B | 0 | A | C0 | 46 | 42 |
| Octal | 153 | 314 | 345 | 65 | 13 | 0 | 12 | 300 | 106 | 102 |
| Binary | 1101011 | 11001100 | 11100101 | 110101 | 1011 | 0 | 1010 | 11000000 | 1000110 | 1000010 |
Color Harmonies of #6BCCE5
Complementary color
Monochromatic Colors of #6BCCE5
Black with #6BCCE5
Text Example
Text Example
White with #6BCCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCE5; }
p { color: rgb(107,204,229); }
H1.HeaderClassName
{
color: #6BCCE5;
}
.AnyTagClassName
{
color: #6BCCE5;
}
</style>
background-color css
<style>
a { background-color: #6BCCE5; }
a { background-color: rgb(107,204,229); }
div.DivClassName
{
background-color: #6BCCE5;
}
.BgClassName
{
background-color: #6BCCE5;
}
</style>
border-color css
<style>
span { border-color: #6BCCE5; }
span { border-color: rgb(107,204,229); }
td.TdClassName
{
border-color: #6BCCE5;
}
.TagClassName
{
border-color: #6BCCE5;
}
</style>