Shades of Turquoise Blue #6CE3D7
Tints of Turquoise Blue #6CE3D7
RGB
CMYK
RGB Variations
Color information
#6CE3D7 (or 0x6CE3D7) is known color: Turquoise Blue. HEX triplet: 6C, E3 and D7. RGB value is (108,227,215). Sum of RGB (Red+Green+Blue) = 108+227+215=550 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.64% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 227 - color contains mainly: green. Hex color #6CE3D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE3D7 is #931C28. Grayscale: #BDBDBD. Windows color (decimal): -9641001 or 14148460. OLE color: 14148460.
HSL color Cylindrical-coordinate representation of color #6CE3D7: hue angle of 173.95º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CE3D7 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 108 | 227 | 215 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.11 |
| HSL | 173.95º | 0.68% | 0.66% | - |
| HSV(B) | 173.95º | 0.52% | 0.89% | - |
| XYZ | 45.92 | 63.03 | 74.04 | - |
| YUV | 190.05 | 142.08 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 227 | 215 | 0.52 | 0 | 0.05 | 0.11 | 173.95 | 0.68 | 0.66 |
| Hex | 6C | E3 | D7 | 34 | 0 | 5 | B | AE | 44 | 42 |
| Octal | 154 | 343 | 327 | 64 | 0 | 5 | 13 | 256 | 104 | 102 |
| Binary | 1101100 | 11100011 | 11010111 | 110100 | 0 | 101 | 1011 | 10101110 | 1000100 | 1000010 |
Color Harmonies of #6CE3D7
Complementary color
Monochromatic Colors of #6CE3D7
Black with #6CE3D7
Text Example
Text Example
White with #6CE3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE3D7; }
p { color: rgb(108,227,215); }
H1.HeaderClassName
{
color: #6CE3D7;
}
.AnyTagClassName
{
color: #6CE3D7;
}
</style>
background-color css
<style>
a { background-color: #6CE3D7; }
a { background-color: rgb(108,227,215); }
div.DivClassName
{
background-color: #6CE3D7;
}
.BgClassName
{
background-color: #6CE3D7;
}
</style>
border-color css
<style>
span { border-color: #6CE3D7; }
span { border-color: rgb(108,227,215); }
td.TdClassName
{
border-color: #6CE3D7;
}
.TagClassName
{
border-color: #6CE3D7;
}
</style>