Shades of Turquoise Blue #6BD2DA
Tints of Turquoise Blue #6BD2DA
RGB
CMYK
RGB Variations
Color information
#6BD2DA (or 0x6BD2DA) is known color: Turquoise Blue. HEX triplet: 6B, D2 and DA. RGB value is (107,210,218). Sum of RGB (Red+Green+Blue) = 107+210+218=535 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BD2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD2DA is #942D25. Grayscale: #B3B3B3. Windows color (decimal): -9710886 or 14340715. OLE color: 14340715.
HSL color Cylindrical-coordinate representation of color #6BD2DA: hue angle of 184.32º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BD2DA is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 210 | 218 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.15 |
| HSL | 184.32º | 0.6% | 0.64% | - |
| HSV(B) | 184.32º | 0.51% | 0.85% | - |
| XYZ | 41.76 | 54.28 | 74.61 | - |
| YUV | 180.12 | 149.38 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 210 | 218 | 0.51 | 0.04 | 0 | 0.15 | 184.32 | 0.6 | 0.64 |
| Hex | 6B | D2 | DA | 33 | 4 | 0 | F | B8 | 3C | 40 |
| Octal | 153 | 322 | 332 | 63 | 4 | 0 | 17 | 270 | 74 | 100 |
| Binary | 1101011 | 11010010 | 11011010 | 110011 | 100 | 0 | 1111 | 10111000 | 111100 | 1000000 |
Color Harmonies of #6BD2DA
Complementary color
Monochromatic Colors of #6BD2DA
Black with #6BD2DA
Text Example
Text Example
White with #6BD2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD2DA; }
p { color: rgb(107,210,218); }
H1.HeaderClassName
{
color: #6BD2DA;
}
.AnyTagClassName
{
color: #6BD2DA;
}
</style>
background-color css
<style>
a { background-color: #6BD2DA; }
a { background-color: rgb(107,210,218); }
div.DivClassName
{
background-color: #6BD2DA;
}
.BgClassName
{
background-color: #6BD2DA;
}
</style>
border-color css
<style>
span { border-color: #6BD2DA; }
span { border-color: rgb(107,210,218); }
td.TdClassName
{
border-color: #6BD2DA;
}
.TagClassName
{
border-color: #6BD2DA;
}
</style>