Shades of Turquoise Blue #6BDDDA
Tints of Turquoise Blue #6BDDDA
RGB
CMYK
RGB Variations
Color information
#6BDDDA (or 0x6BDDDA) is known color: Turquoise Blue. HEX triplet: 6B, DD and DA. RGB value is (107,221,218). Sum of RGB (Red+Green+Blue) = 107+221+218=546 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.60% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDDA is #942225. Grayscale: #BABABA. Windows color (decimal): -9708070 or 14343531. OLE color: 14343531.
HSL color Cylindrical-coordinate representation of color #6BDDDA: hue angle of 178.42º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDDDA is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 218 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.13 |
| HSL | 178.42º | 0.63% | 0.64% | - |
| HSV(B) | 178.42º | 0.52% | 0.87% | - |
| XYZ | 44.57 | 59.9 | 75.54 | - |
| YUV | 186.57 | 145.73 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 218 | 0.52 | 0 | 0.01 | 0.13 | 178.42 | 0.63 | 0.64 |
| Hex | 6B | DD | DA | 34 | 0 | 1 | D | B2 | 3F | 40 |
| Octal | 153 | 335 | 332 | 64 | 0 | 1 | 15 | 262 | 77 | 100 |
| Binary | 1101011 | 11011101 | 11011010 | 110100 | 0 | 1 | 1101 | 10110010 | 111111 | 1000000 |
Color Harmonies of #6BDDDA
Complementary color
Monochromatic Colors of #6BDDDA
Black with #6BDDDA
Text Example
Text Example
White with #6BDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDDDA; }
p { color: rgb(107,221,218); }
H1.HeaderClassName
{
color: #6BDDDA;
}
.AnyTagClassName
{
color: #6BDDDA;
}
</style>
background-color css
<style>
a { background-color: #6BDDDA; }
a { background-color: rgb(107,221,218); }
div.DivClassName
{
background-color: #6BDDDA;
}
.BgClassName
{
background-color: #6BDDDA;
}
</style>
border-color css
<style>
span { border-color: #6BDDDA; }
span { border-color: rgb(107,221,218); }
td.TdClassName
{
border-color: #6BDDDA;
}
.TagClassName
{
border-color: #6BDDDA;
}
</style>