Shades of Turquoise Blue #6CE9DE
Tints of Turquoise Blue #6CE9DE
RGB
CMYK
RGB Variations
Color information
#6CE9DE (or 0x6CE9DE) is known color: Turquoise Blue. HEX triplet: 6C, E9 and DE. RGB value is (108,233,222). Sum of RGB (Red+Green+Blue) = 108+233+222=563 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.18% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #6CE9DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CE9DE is #931621. Grayscale: #C2C2C2. Windows color (decimal): -9639458 or 14608748. OLE color: 14608748.
HSL color Cylindrical-coordinate representation of color #6CE9DE: hue angle of 174.72º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CE9DE is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 233 | 222 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.09 |
| HSL | 174.72º | 0.74% | 0.67% | - |
| HSV(B) | 174.72º | 0.54% | 0.91% | - |
| XYZ | 48.51 | 66.74 | 79.43 | - |
| YUV | 194.37 | 143.59 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 233 | 222 | 0.54 | 0 | 0.05 | 0.09 | 174.72 | 0.74 | 0.67 |
| Hex | 6C | E9 | DE | 36 | 0 | 5 | 9 | AF | 4A | 43 |
| Octal | 154 | 351 | 336 | 66 | 0 | 5 | 11 | 257 | 112 | 103 |
| Binary | 1101100 | 11101001 | 11011110 | 110110 | 0 | 101 | 1001 | 10101111 | 1001010 | 1000011 |
Color Harmonies of #6CE9DE
Complementary color
Monochromatic Colors of #6CE9DE
Black with #6CE9DE
Text Example
Text Example
White with #6CE9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE9DE; }
p { color: rgb(108,233,222); }
H1.HeaderClassName
{
color: #6CE9DE;
}
.AnyTagClassName
{
color: #6CE9DE;
}
</style>
background-color css
<style>
a { background-color: #6CE9DE; }
a { background-color: rgb(108,233,222); }
div.DivClassName
{
background-color: #6CE9DE;
}
.BgClassName
{
background-color: #6CE9DE;
}
</style>
border-color css
<style>
span { border-color: #6CE9DE; }
span { border-color: rgb(108,233,222); }
td.TdClassName
{
border-color: #6CE9DE;
}
.TagClassName
{
border-color: #6CE9DE;
}
</style>