Shades of Turquoise Blue #6BECE5
Tints of Turquoise Blue #6BECE5
RGB
CMYK
RGB Variations
Color information
#6BECE5 (or 0x6BECE5) is known color: Turquoise Blue. HEX triplet: 6B, EC and E5. RGB value is (107,236,229). Sum of RGB (Red+Green+Blue) = 107+236+229=572 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.71% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECE5 is #94131A. Grayscale: #C4C4C4. Windows color (decimal): -9704219 or 15068267. OLE color: 15068267.
HSL color Cylindrical-coordinate representation of color #6BECE5: hue angle of 176.74º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BECE5 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 107 | 236 | 229 | - |
CMYK | 0.55 | 0 | 0.03 | 0.07 |
HSL | 176.74º | 0.77% | 0.67% | - |
HSV(B) | 176.74º | 0.55% | 0.93% | - |
XYZ | 50.2 | 68.77 | 84.76 | - |
YUV | 196.63 | 146.26 | 64.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 236 | 229 | 0.55 | 0 | 0.03 | 0.07 | 176.74 | 0.77 | 0.67 |
Hex | 6B | EC | E5 | 37 | 0 | 3 | 7 | B1 | 4D | 43 |
Octal | 153 | 354 | 345 | 67 | 0 | 3 | 7 | 261 | 115 | 103 |
Binary | 1101011 | 11101100 | 11100101 | 110111 | 0 | 11 | 111 | 10110001 | 1001101 | 1000011 |
Color Harmonies of #6BECE5
Complementary color
Monochromatic Colors of #6BECE5
Black with #6BECE5
Text Example
Text Example
White with #6BECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECE5; }
p { color: rgb(107,236,229); }
H1.HeaderClassName
{
color: #6BECE5;
}
.AnyTagClassName
{
color: #6BECE5;
}
</style>
background-color css
<style>
a { background-color: #6BECE5; }
a { background-color: rgb(107,236,229); }
div.DivClassName
{
background-color: #6BECE5;
}
.BgClassName
{
background-color: #6BECE5;
}
</style>
border-color css
<style>
span { border-color: #6BECE5; }
span { border-color: rgb(107,236,229); }
td.TdClassName
{
border-color: #6BECE5;
}
.TagClassName
{
border-color: #6BECE5;
}
</style>