Shades of Turquoise Blue #6BEDDC
Tints of Turquoise Blue #6BEDDC
RGB
CMYK
RGB Variations
Color information
#6BEDDC (or 0x6BEDDC) is known color: Turquoise Blue. HEX triplet: 6B, ED and DC. RGB value is (107,237,220). Sum of RGB (Red+Green+Blue) = 107+237+220=564 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.97% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEDDC is #941223. Grayscale: #C4C4C4. Windows color (decimal): -9703972 or 14478699. OLE color: 14478699.
HSL color Cylindrical-coordinate representation of color #6BEDDC: hue angle of 172.15º 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 #6BEDDC is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 220 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.07 |
| HSL | 172.15º | 0.78% | 0.67% | - |
| HSV(B) | 172.15º | 0.55% | 0.93% | - |
| XYZ | 49.27 | 68.86 | 78.41 | - |
| YUV | 196.19 | 141.43 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 220 | 0.55 | 0 | 0.07 | 0.07 | 172.15 | 0.78 | 0.67 |
| Hex | 6B | ED | DC | 37 | 0 | 7 | 7 | AC | 4E | 43 |
| Octal | 153 | 355 | 334 | 67 | 0 | 7 | 7 | 254 | 116 | 103 |
| Binary | 1101011 | 11101101 | 11011100 | 110111 | 0 | 111 | 111 | 10101100 | 1001110 | 1000011 |
Color Harmonies of #6BEDDC
Complementary color
Monochromatic Colors of #6BEDDC
Black with #6BEDDC
Text Example
Text Example
White with #6BEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEDDC; }
p { color: rgb(107,237,220); }
H1.HeaderClassName
{
color: #6BEDDC;
}
.AnyTagClassName
{
color: #6BEDDC;
}
</style>
background-color css
<style>
a { background-color: #6BEDDC; }
a { background-color: rgb(107,237,220); }
div.DivClassName
{
background-color: #6BEDDC;
}
.BgClassName
{
background-color: #6BEDDC;
}
</style>
border-color css
<style>
span { border-color: #6BEDDC; }
span { border-color: rgb(107,237,220); }
td.TdClassName
{
border-color: #6BEDDC;
}
.TagClassName
{
border-color: #6BEDDC;
}
</style>