Shades of Turquoise Blue #6BCBED
Tints of Turquoise Blue #6BCBED
RGB
CMYK
RGB Variations
Color information
#6BCBED (or 0x6BCBED) is known color: Turquoise Blue. HEX triplet: 6B, CB and ED. RGB value is (107,203,237). Sum of RGB (Red+Green+Blue) = 107+203+237=547 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.56% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BCBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCBED is #943412. Grayscale: #B1B1B1. Windows color (decimal): -9712659 or 15584107. OLE color: 15584107.
HSL color Cylindrical-coordinate representation of color #6BCBED: hue angle of 195.69º degrees, saturation: 0.78, 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 #6BCBED is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 203 | 237 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.07 |
| HSL | 195.69º | 0.78% | 0.67% | - |
| HSV(B) | 195.69º | 0.55% | 0.93% | - |
| XYZ | 42.71 | 51.95 | 87.9 | - |
| YUV | 178.17 | 161.2 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 237 | 0.55 | 0.14 | 0 | 0.07 | 195.69 | 0.78 | 0.67 |
| Hex | 6B | CB | ED | 37 | E | 0 | 7 | C4 | 4E | 43 |
| Octal | 153 | 313 | 355 | 67 | 16 | 0 | 7 | 304 | 116 | 103 |
| Binary | 1101011 | 11001011 | 11101101 | 110111 | 1110 | 0 | 111 | 11000100 | 1001110 | 1000011 |
Color Harmonies of #6BCBED
Complementary color
Monochromatic Colors of #6BCBED
Black with #6BCBED
Text Example
Text Example
White with #6BCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCBED; }
p { color: rgb(107,203,237); }
H1.HeaderClassName
{
color: #6BCBED;
}
.AnyTagClassName
{
color: #6BCBED;
}
</style>
background-color css
<style>
a { background-color: #6BCBED; }
a { background-color: rgb(107,203,237); }
div.DivClassName
{
background-color: #6BCBED;
}
.BgClassName
{
background-color: #6BCBED;
}
</style>
border-color css
<style>
span { border-color: #6BCBED; }
span { border-color: rgb(107,203,237); }
td.TdClassName
{
border-color: #6BCBED;
}
.TagClassName
{
border-color: #6BCBED;
}
</style>