Shades of Turquoise Blue #6CEEDF
Tints of Turquoise Blue #6CEEDF
RGB
CMYK
RGB Variations
Color information
#6CEEDF (or 0x6CEEDF) is known color: Turquoise Blue. HEX triplet: 6C, EE and DF. RGB value is (108,238,223). Sum of RGB (Red+Green+Blue) = 108+238+223=569 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.98% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #6CEEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEEDF is #931120. Grayscale: #C5C5C5. Windows color (decimal): -9638177 or 14675564. OLE color: 14675564.
HSL color Cylindrical-coordinate representation of color #6CEEDF: hue angle of 173.08º 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 #6CEEDF is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 238 | 223 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.07 |
| HSL | 173.08º | 0.79% | 0.68% | - |
| HSV(B) | 173.08º | 0.55% | 0.93% | - |
| XYZ | 50.08 | 69.66 | 80.62 | - |
| YUV | 197.42 | 142.43 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 238 | 223 | 0.55 | 0 | 0.06 | 0.07 | 173.08 | 0.79 | 0.68 |
| Hex | 6C | EE | DF | 37 | 0 | 6 | 7 | AD | 4F | 44 |
| Octal | 154 | 356 | 337 | 67 | 0 | 6 | 7 | 255 | 117 | 104 |
| Binary | 1101100 | 11101110 | 11011111 | 110111 | 0 | 110 | 111 | 10101101 | 1001111 | 1000100 |
Color Harmonies of #6CEEDF
Complementary color
Monochromatic Colors of #6CEEDF
Black with #6CEEDF
Text Example
Text Example
White with #6CEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEEDF; }
p { color: rgb(108,238,223); }
H1.HeaderClassName
{
color: #6CEEDF;
}
.AnyTagClassName
{
color: #6CEEDF;
}
</style>
background-color css
<style>
a { background-color: #6CEEDF; }
a { background-color: rgb(108,238,223); }
div.DivClassName
{
background-color: #6CEEDF;
}
.BgClassName
{
background-color: #6CEEDF;
}
</style>
border-color css
<style>
span { border-color: #6CEEDF; }
span { border-color: rgb(108,238,223); }
td.TdClassName
{
border-color: #6CEEDF;
}
.TagClassName
{
border-color: #6CEEDF;
}
</style>