Shades of Turquoise Blue #6BEDDD
Tints of Turquoise Blue #6BEDDD
RGB
CMYK
RGB Variations
Color information
#6BEDDD (or 0x6BEDDD) is known color: Turquoise Blue. HEX triplet: 6B, ED and DD. RGB value is (107,237,221). Sum of RGB (Red+Green+Blue) = 107+237+221=565 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.94% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEDDD is #941222. Grayscale: #C4C4C4. Windows color (decimal): -9703971 or 14544235. OLE color: 14544235.
HSL color Cylindrical-coordinate representation of color #6BEDDD: hue angle of 172.62º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEDDD is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 221 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.07 |
| HSL | 172.62º | 0.78% | 0.67% | - |
| HSV(B) | 172.62º | 0.55% | 0.93% | - |
| XYZ | 49.4 | 68.91 | 79.1 | - |
| YUV | 196.31 | 141.93 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 221 | 0.55 | 0 | 0.07 | 0.07 | 172.62 | 0.78 | 0.67 |
| Hex | 6B | ED | DD | 37 | 0 | 7 | 7 | AD | 4E | 43 |
| Octal | 153 | 355 | 335 | 67 | 0 | 7 | 7 | 255 | 116 | 103 |
| Binary | 1101011 | 11101101 | 11011101 | 110111 | 0 | 111 | 111 | 10101101 | 1001110 | 1000011 |
Color Harmonies of #6BEDDD
Complementary color
Monochromatic Colors of #6BEDDD
Black with #6BEDDD
Text Example
Text Example
White with #6BEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEDDD; }
p { color: rgb(107,237,221); }
H1.HeaderClassName
{
color: #6BEDDD;
}
.AnyTagClassName
{
color: #6BEDDD;
}
</style>
background-color css
<style>
a { background-color: #6BEDDD; }
a { background-color: rgb(107,237,221); }
div.DivClassName
{
background-color: #6BEDDD;
}
.BgClassName
{
background-color: #6BEDDD;
}
</style>
border-color css
<style>
span { border-color: #6BEDDD; }
span { border-color: rgb(107,237,221); }
td.TdClassName
{
border-color: #6BEDDD;
}
.TagClassName
{
border-color: #6BEDDD;
}
</style>