Shades of Turquoise Blue #6DCBED
Tints of Turquoise Blue #6DCBED
RGB
CMYK
RGB Variations
Color information
#6DCBED (or 0x6DCBED) is known color: Turquoise Blue. HEX triplet: 6D, CB and ED. RGB value is (109,203,237). Sum of RGB (Red+Green+Blue) = 109+203+237=549 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.85% from 549); Green value is 203 (79.69% from 255 or 36.98% 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 #6DCBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCBED is #923412. Grayscale: #B2B2B2. Windows color (decimal): -9581587 or 15584109. OLE color: 15584109.
HSL color Cylindrical-coordinate representation of color #6DCBED: hue angle of 195.94º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DCBED is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 203 | 237 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.07 |
| HSL | 195.94º | 0.78% | 0.68% | - |
| HSV(B) | 195.94º | 0.54% | 0.93% | - |
| XYZ | 42.95 | 52.08 | 87.91 | - |
| YUV | 178.77 | 160.86 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 237 | 0.54 | 0.14 | 0 | 0.07 | 195.94 | 0.78 | 0.68 |
| Hex | 6D | CB | ED | 36 | E | 0 | 7 | C4 | 4E | 44 |
| Octal | 155 | 313 | 355 | 66 | 16 | 0 | 7 | 304 | 116 | 104 |
| Binary | 1101101 | 11001011 | 11101101 | 110110 | 1110 | 0 | 111 | 11000100 | 1001110 | 1000100 |
Color Harmonies of #6DCBED
Complementary color
Monochromatic Colors of #6DCBED
Black with #6DCBED
Text Example
Text Example
White with #6DCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCBED; }
p { color: rgb(109,203,237); }
H1.HeaderClassName
{
color: #6DCBED;
}
.AnyTagClassName
{
color: #6DCBED;
}
</style>
background-color css
<style>
a { background-color: #6DCBED; }
a { background-color: rgb(109,203,237); }
div.DivClassName
{
background-color: #6DCBED;
}
.BgClassName
{
background-color: #6DCBED;
}
</style>
border-color css
<style>
span { border-color: #6DCBED; }
span { border-color: rgb(109,203,237); }
td.TdClassName
{
border-color: #6DCBED;
}
.TagClassName
{
border-color: #6DCBED;
}
</style>