Shades of Turquoise Blue #6BCDED
Tints of Turquoise Blue #6BCDED
RGB
CMYK
RGB Variations
Color information
#6BCDED (or 0x6BCDED) is known color: Turquoise Blue. HEX triplet: 6B, CD and ED. RGB value is (107,205,237). Sum of RGB (Red+Green+Blue) = 107+205+237=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BCDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCDED is #943212. Grayscale: #B3B3B3. Windows color (decimal): -9712147 or 15584619. OLE color: 15584619.
HSL color Cylindrical-coordinate representation of color #6BCDED: hue angle of 194.77º 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 #6BCDED is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 205 | 237 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.07 |
| HSL | 194.77º | 0.78% | 0.67% | - |
| HSV(B) | 194.77º | 0.55% | 0.93% | - |
| XYZ | 43.18 | 52.9 | 88.06 | - |
| YUV | 179.35 | 160.53 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 237 | 0.55 | 0.14 | 0 | 0.07 | 194.77 | 0.78 | 0.67 |
| Hex | 6B | CD | ED | 37 | E | 0 | 7 | C3 | 4E | 43 |
| Octal | 153 | 315 | 355 | 67 | 16 | 0 | 7 | 303 | 116 | 103 |
| Binary | 1101011 | 11001101 | 11101101 | 110111 | 1110 | 0 | 111 | 11000011 | 1001110 | 1000011 |
Color Harmonies of #6BCDED
Complementary color
Monochromatic Colors of #6BCDED
Black with #6BCDED
Text Example
Text Example
White with #6BCDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCDED; }
p { color: rgb(107,205,237); }
H1.HeaderClassName
{
color: #6BCDED;
}
.AnyTagClassName
{
color: #6BCDED;
}
</style>
background-color css
<style>
a { background-color: #6BCDED; }
a { background-color: rgb(107,205,237); }
div.DivClassName
{
background-color: #6BCDED;
}
.BgClassName
{
background-color: #6BCDED;
}
</style>
border-color css
<style>
span { border-color: #6BCDED; }
span { border-color: rgb(107,205,237); }
td.TdClassName
{
border-color: #6BCDED;
}
.TagClassName
{
border-color: #6BCDED;
}
</style>