Shades of Turquoise Blue #6BDFDE
Tints of Turquoise Blue #6BDFDE
RGB
CMYK
RGB Variations
Color information
#6BDFDE (or 0x6BDFDE) is known color: Turquoise Blue. HEX triplet: 6B, DF and DE. RGB value is (107,223,222). Sum of RGB (Red+Green+Blue) = 107+223+222=552 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.38% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDFDE is #942021. Grayscale: #BCBCBC. Windows color (decimal): -9707554 or 14606187. OLE color: 14606187.
HSL color Cylindrical-coordinate representation of color #6BDFDE: hue angle of 179.48º 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 #6BDFDE is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 223 | 222 | - |
| CMYK | 0.52 | 0 | 0.00 | 0.13 |
| HSL | 179.48º | 0.64% | 0.65% | - |
| HSV(B) | 179.48º | 0.52% | 0.87% | - |
| XYZ | 45.64 | 61.18 | 78.51 | - |
| YUV | 188.2 | 147.07 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 222 | 0.52 | 0 | 0.00 | 0.13 | 179.48 | 0.64 | 0.65 |
| Hex | 6B | DF | DE | 34 | 0 | 0 | D | B3 | 40 | 41 |
| Octal | 153 | 337 | 336 | 64 | 0 | 0 | 15 | 263 | 100 | 101 |
| Binary | 1101011 | 11011111 | 11011110 | 110100 | 0 | 0 | 1101 | 10110011 | 1000000 | 1000001 |
Color Harmonies of #6BDFDE
Complementary color
Monochromatic Colors of #6BDFDE
Black with #6BDFDE
Text Example
Text Example
White with #6BDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDFDE; }
p { color: rgb(107,223,222); }
H1.HeaderClassName
{
color: #6BDFDE;
}
.AnyTagClassName
{
color: #6BDFDE;
}
</style>
background-color css
<style>
a { background-color: #6BDFDE; }
a { background-color: rgb(107,223,222); }
div.DivClassName
{
background-color: #6BDFDE;
}
.BgClassName
{
background-color: #6BDFDE;
}
</style>
border-color css
<style>
span { border-color: #6BDFDE; }
span { border-color: rgb(107,223,222); }
td.TdClassName
{
border-color: #6BDFDE;
}
.TagClassName
{
border-color: #6BDFDE;
}
</style>