Shades of Turquoise Blue #6BDFDA
Tints of Turquoise Blue #6BDFDA
RGB
CMYK
RGB Variations
Color information
#6BDFDA (or 0x6BDFDA) is known color: Turquoise Blue. HEX triplet: 6B, DF and DA. RGB value is (107,223,218). Sum of RGB (Red+Green+Blue) = 107+223+218=548 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.53% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDFDA is #942025. Grayscale: #BBBBBB. Windows color (decimal): -9707558 or 14344043. OLE color: 14344043.
HSL color Cylindrical-coordinate representation of color #6BDFDA: hue angle of 177.41º 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 #6BDFDA is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 223 | 218 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.13 |
| HSL | 177.41º | 0.64% | 0.65% | - |
| HSV(B) | 177.41º | 0.52% | 0.87% | - |
| XYZ | 45.11 | 60.96 | 75.72 | - |
| YUV | 187.75 | 145.07 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 218 | 0.52 | 0 | 0.02 | 0.13 | 177.41 | 0.64 | 0.65 |
| Hex | 6B | DF | DA | 34 | 0 | 2 | D | B1 | 40 | 41 |
| Octal | 153 | 337 | 332 | 64 | 0 | 2 | 15 | 261 | 100 | 101 |
| Binary | 1101011 | 11011111 | 11011010 | 110100 | 0 | 10 | 1101 | 10110001 | 1000000 | 1000001 |
Color Harmonies of #6BDFDA
Complementary color
Monochromatic Colors of #6BDFDA
Black with #6BDFDA
Text Example
Text Example
White with #6BDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDFDA; }
p { color: rgb(107,223,218); }
H1.HeaderClassName
{
color: #6BDFDA;
}
.AnyTagClassName
{
color: #6BDFDA;
}
</style>
background-color css
<style>
a { background-color: #6BDFDA; }
a { background-color: rgb(107,223,218); }
div.DivClassName
{
background-color: #6BDFDA;
}
.BgClassName
{
background-color: #6BDFDA;
}
</style>
border-color css
<style>
span { border-color: #6BDFDA; }
span { border-color: rgb(107,223,218); }
td.TdClassName
{
border-color: #6BDFDA;
}
.TagClassName
{
border-color: #6BDFDA;
}
</style>