Shades of Turquoise Blue #6CEFE0
Tints of Turquoise Blue #6CEFE0
RGB
CMYK
RGB Variations
Color information
#6CEFE0 (or 0x6CEFE0) is known color: Turquoise Blue. HEX triplet: 6C, EF and E0. RGB value is (108,239,224). Sum of RGB (Red+Green+Blue) = 108+239+224=571 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.91% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #6CEFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEFE0 is #93101F. Grayscale: #C6C6C6. Windows color (decimal): -9637920 or 14741356. OLE color: 14741356.
HSL color Cylindrical-coordinate representation of color #6CEFE0: hue angle of 173.13º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CEFE0 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 239 | 224 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.06 |
| HSL | 173.13º | 0.8% | 0.68% | - |
| HSV(B) | 173.13º | 0.55% | 0.94% | - |
| XYZ | 50.51 | 70.3 | 81.43 | - |
| YUV | 198.12 | 142.6 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 239 | 224 | 0.55 | 0 | 0.06 | 0.06 | 173.13 | 0.8 | 0.68 |
| Hex | 6C | EF | E0 | 37 | 0 | 6 | 6 | AD | 50 | 44 |
| Octal | 154 | 357 | 340 | 67 | 0 | 6 | 6 | 255 | 120 | 104 |
| Binary | 1101100 | 11101111 | 11100000 | 110111 | 0 | 110 | 110 | 10101101 | 1010000 | 1000100 |
Color Harmonies of #6CEFE0
Complementary color
Monochromatic Colors of #6CEFE0
Black with #6CEFE0
Text Example
Text Example
White with #6CEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEFE0; }
p { color: rgb(108,239,224); }
H1.HeaderClassName
{
color: #6CEFE0;
}
.AnyTagClassName
{
color: #6CEFE0;
}
</style>
background-color css
<style>
a { background-color: #6CEFE0; }
a { background-color: rgb(108,239,224); }
div.DivClassName
{
background-color: #6CEFE0;
}
.BgClassName
{
background-color: #6CEFE0;
}
</style>
border-color css
<style>
span { border-color: #6CEFE0; }
span { border-color: rgb(108,239,224); }
td.TdClassName
{
border-color: #6CEFE0;
}
.TagClassName
{
border-color: #6CEFE0;
}
</style>