Shades of Turquoise Blue #6BCAEC
Tints of Turquoise Blue #6BCAEC
RGB
CMYK
RGB Variations
Color information
#6BCAEC (or 0x6BCAEC) is known color: Turquoise Blue. HEX triplet: 6B, CA and EC. RGB value is (107,202,236). Sum of RGB (Red+Green+Blue) = 107+202+236=545 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.63% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #6BCAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCAEC is #943513. Grayscale: #B1B1B1. Windows color (decimal): -9712916 or 15518315. OLE color: 15518315.
HSL color Cylindrical-coordinate representation of color #6BCAEC: hue angle of 195.81º 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 #6BCAEC is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 202 | 236 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.07 |
| HSL | 195.81º | 0.77% | 0.67% | - |
| HSV(B) | 195.81º | 0.55% | 0.93% | - |
| XYZ | 42.32 | 51.42 | 87.05 | - |
| YUV | 177.47 | 161.03 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 236 | 0.55 | 0.14 | 0 | 0.07 | 195.81 | 0.77 | 0.67 |
| Hex | 6B | CA | EC | 37 | E | 0 | 7 | C4 | 4D | 43 |
| Octal | 153 | 312 | 354 | 67 | 16 | 0 | 7 | 304 | 115 | 103 |
| Binary | 1101011 | 11001010 | 11101100 | 110111 | 1110 | 0 | 111 | 11000100 | 1001101 | 1000011 |
Color Harmonies of #6BCAEC
Complementary color
Monochromatic Colors of #6BCAEC
Black with #6BCAEC
Text Example
Text Example
White with #6BCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCAEC; }
p { color: rgb(107,202,236); }
H1.HeaderClassName
{
color: #6BCAEC;
}
.AnyTagClassName
{
color: #6BCAEC;
}
</style>
background-color css
<style>
a { background-color: #6BCAEC; }
a { background-color: rgb(107,202,236); }
div.DivClassName
{
background-color: #6BCAEC;
}
.BgClassName
{
background-color: #6BCAEC;
}
</style>
border-color css
<style>
span { border-color: #6BCAEC; }
span { border-color: rgb(107,202,236); }
td.TdClassName
{
border-color: #6BCAEC;
}
.TagClassName
{
border-color: #6BCAEC;
}
</style>