Shades of Turquoise Blue #6BCCED
Tints of Turquoise Blue #6BCCED
RGB
CMYK
RGB Variations
Color information
#6BCCED (or 0x6BCCED) is known color: Turquoise Blue. HEX triplet: 6B, CC and ED. RGB value is (107,204,237). Sum of RGB (Red+Green+Blue) = 107+204+237=548 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.53% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BCCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCCED is #943312. Grayscale: #B2B2B2. Windows color (decimal): -9712403 or 15584363. OLE color: 15584363.
HSL color Cylindrical-coordinate representation of color #6BCCED: hue angle of 195.23º 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 #6BCCED is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 204 | 237 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.07 |
| HSL | 195.23º | 0.78% | 0.67% | - |
| HSV(B) | 195.23º | 0.55% | 0.93% | - |
| XYZ | 42.94 | 52.43 | 87.98 | - |
| YUV | 178.76 | 160.86 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 237 | 0.55 | 0.14 | 0 | 0.07 | 195.23 | 0.78 | 0.67 |
| Hex | 6B | CC | ED | 37 | E | 0 | 7 | C3 | 4E | 43 |
| Octal | 153 | 314 | 355 | 67 | 16 | 0 | 7 | 303 | 116 | 103 |
| Binary | 1101011 | 11001100 | 11101101 | 110111 | 1110 | 0 | 111 | 11000011 | 1001110 | 1000011 |
Color Harmonies of #6BCCED
Complementary color
Monochromatic Colors of #6BCCED
Black with #6BCCED
Text Example
Text Example
White with #6BCCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCED; }
p { color: rgb(107,204,237); }
H1.HeaderClassName
{
color: #6BCCED;
}
.AnyTagClassName
{
color: #6BCCED;
}
</style>
background-color css
<style>
a { background-color: #6BCCED; }
a { background-color: rgb(107,204,237); }
div.DivClassName
{
background-color: #6BCCED;
}
.BgClassName
{
background-color: #6BCCED;
}
</style>
border-color css
<style>
span { border-color: #6BCCED; }
span { border-color: rgb(107,204,237); }
td.TdClassName
{
border-color: #6BCCED;
}
.TagClassName
{
border-color: #6BCCED;
}
</style>