Shades of Turquoise Blue #6BEEDC
Tints of Turquoise Blue #6BEEDC
RGB
CMYK
RGB Variations
Color information
#6BEEDC (or 0x6BEEDC) is known color: Turquoise Blue. HEX triplet: 6B, EE and DC. RGB value is (107,238,220). Sum of RGB (Red+Green+Blue) = 107+238+220=565 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.94% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #6BEEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEEDC is #941123. Grayscale: #C4C4C4. Windows color (decimal): -9703716 or 14478955. OLE color: 14478955.
HSL color Cylindrical-coordinate representation of color #6BEEDC: hue angle of 171.76º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEEDC is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 238 | 220 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.07 |
| HSL | 171.76º | 0.79% | 0.68% | - |
| HSV(B) | 171.76º | 0.55% | 0.93% | - |
| XYZ | 49.56 | 69.44 | 78.5 | - |
| YUV | 196.78 | 141.1 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 238 | 220 | 0.55 | 0 | 0.08 | 0.07 | 171.76 | 0.79 | 0.68 |
| Hex | 6B | EE | DC | 37 | 0 | 8 | 7 | AC | 4F | 44 |
| Octal | 153 | 356 | 334 | 67 | 0 | 10 | 7 | 254 | 117 | 104 |
| Binary | 1101011 | 11101110 | 11011100 | 110111 | 0 | 1000 | 111 | 10101100 | 1001111 | 1000100 |
Color Harmonies of #6BEEDC
Complementary color
Monochromatic Colors of #6BEEDC
Black with #6BEEDC
Text Example
Text Example
White with #6BEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEEDC; }
p { color: rgb(107,238,220); }
H1.HeaderClassName
{
color: #6BEEDC;
}
.AnyTagClassName
{
color: #6BEEDC;
}
</style>
background-color css
<style>
a { background-color: #6BEEDC; }
a { background-color: rgb(107,238,220); }
div.DivClassName
{
background-color: #6BEEDC;
}
.BgClassName
{
background-color: #6BEEDC;
}
</style>
border-color css
<style>
span { border-color: #6BEEDC; }
span { border-color: rgb(107,238,220); }
td.TdClassName
{
border-color: #6BEEDC;
}
.TagClassName
{
border-color: #6BEEDC;
}
</style>