Shades of Turquoise Blue #6BCDDF
Tints of Turquoise Blue #6BCDDF
RGB
CMYK
RGB Variations
Color information
#6BCDDF (or 0x6BCDDF) is known color: Turquoise Blue. HEX triplet: 6B, CD and DF. RGB value is (107,205,223). Sum of RGB (Red+Green+Blue) = 107+205+223=535 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #6BCDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDDF is #943220. Grayscale: #B1B1B1. Windows color (decimal): -9712161 or 14667115. OLE color: 14667115.
HSL color Cylindrical-coordinate representation of color #6BCDDF: hue angle of 189.31º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BCDDF is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 205 | 223 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.13 |
| HSL | 189.31º | 0.64% | 0.65% | - |
| HSV(B) | 189.31º | 0.52% | 0.87% | - |
| XYZ | 41.21 | 52.12 | 77.7 | - |
| YUV | 177.75 | 153.53 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 223 | 0.52 | 0.08 | 0 | 0.13 | 189.31 | 0.64 | 0.65 |
| Hex | 6B | CD | DF | 34 | 8 | 0 | D | BD | 40 | 41 |
| Octal | 153 | 315 | 337 | 64 | 10 | 0 | 15 | 275 | 100 | 101 |
| Binary | 1101011 | 11001101 | 11011111 | 110100 | 1000 | 0 | 1101 | 10111101 | 1000000 | 1000001 |
Color Harmonies of #6BCDDF
Complementary color
Monochromatic Colors of #6BCDDF
Black with #6BCDDF
Text Example
Text Example
White with #6BCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCDDF; }
p { color: rgb(107,205,223); }
H1.HeaderClassName
{
color: #6BCDDF;
}
.AnyTagClassName
{
color: #6BCDDF;
}
</style>
background-color css
<style>
a { background-color: #6BCDDF; }
a { background-color: rgb(107,205,223); }
div.DivClassName
{
background-color: #6BCDDF;
}
.BgClassName
{
background-color: #6BCDDF;
}
</style>
border-color css
<style>
span { border-color: #6BCDDF; }
span { border-color: rgb(107,205,223); }
td.TdClassName
{
border-color: #6BCDDF;
}
.TagClassName
{
border-color: #6BCDDF;
}
</style>