Shades of Turquoise Blue #6CE6DB
Tints of Turquoise Blue #6CE6DB
RGB
CMYK
RGB Variations
Color information
#6CE6DB (or 0x6CE6DB) is known color: Turquoise Blue. HEX triplet: 6C, E6 and DB. RGB value is (108,230,219). Sum of RGB (Red+Green+Blue) = 108+230+219=557 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.39% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 230 - color contains mainly: green. Hex color #6CE6DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CE6DB is #931924. Grayscale: #C0C0C0. Windows color (decimal): -9640229 or 14411372. OLE color: 14411372.
HSL color Cylindrical-coordinate representation of color #6CE6DB: hue angle of 174.59º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CE6DB is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 108 | 230 | 219 | - |
CMYK | 0.53 | 0 | 0.05 | 0.10 |
HSL | 174.59º | 0.71% | 0.66% | - |
HSV(B) | 174.59º | 0.53% | 0.9% | - |
XYZ | 47.27 | 64.9 | 77.05 | - |
YUV | 192.27 | 143.08 | 67.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 108 | 230 | 219 | 0.53 | 0 | 0.05 | 0.10 | 174.59 | 0.71 | 0.66 |
Hex | 6C | E6 | DB | 35 | 0 | 5 | A | AF | 47 | 42 |
Octal | 154 | 346 | 333 | 65 | 0 | 5 | 12 | 257 | 107 | 102 |
Binary | 1101100 | 11100110 | 11011011 | 110101 | 0 | 101 | 1010 | 10101111 | 1000111 | 1000010 |
Color Harmonies of #6CE6DB
Complementary color
Monochromatic Colors of #6CE6DB
Black with #6CE6DB
Text Example
Text Example
White with #6CE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE6DB; }
p { color: rgb(108,230,219); }
H1.HeaderClassName
{
color: #6CE6DB;
}
.AnyTagClassName
{
color: #6CE6DB;
}
</style>
background-color css
<style>
a { background-color: #6CE6DB; }
a { background-color: rgb(108,230,219); }
div.DivClassName
{
background-color: #6CE6DB;
}
.BgClassName
{
background-color: #6CE6DB;
}
</style>
border-color css
<style>
span { border-color: #6CE6DB; }
span { border-color: rgb(108,230,219); }
td.TdClassName
{
border-color: #6CE6DB;
}
.TagClassName
{
border-color: #6CE6DB;
}
</style>